1
0
Fork 0
arangodb/html/admin/css/jquery.snippet.css

42 lines
547 B
CSS

.snippet-wrap .snippet-num li {list-style:decimal-leading-zero outside none;}
.snippet-no-num { list-style-type: none; }
.prettify {
font-size: 1.1em;
height:8px;
margin-left: -30px;
padding-bottom: 4px;
}
#documentsView tr td {
height: 5px;
}
.sh_number {
color: #8c5c39;
}
.sh_symbol {
color: blue;
}
.sh_cbracket {
color: #C7A317;
}
.sh_keyword {
color: #4E387E;
}
.sh_string {
color: green;
}
.sh_object {
color: blue;
}
.sh_array {
color: blue;
}