1 .jh-root, .jh-type-object, .jh-type-array, .jh-key, .jh-value, .jh-root tr{
2 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
3 -moz-box-sizing: border-box; /* Firefox, other Gecko */
4 box-sizing: border-box; /* Opera/IE 8+ */
13 border-left: 1px solid #ddd;
16 .jh-type-bool, .jh-type-number{
33 .jh-object-key, .jh-array-key{
38 .jh-type-object > tr:nth-child(odd), .jh-type-array > tr:nth-child(odd){
39 background-color: #f5f5f5;
42 .jh-type-object > tr:nth-child(even), .jh-type-array > tr:nth-child(even){
43 background-color: #fff;
46 .jh-type-object, .jh-type-array{
48 border-collapse: collapse;
52 border: 1px solid #ccc;
60 .jh-type-object > tr, .jh-type-array > tr{
61 border: 1px solid #ddd;
65 .jh-type-object > tr:last-child, .jh-type-array > tr:last-child{
66 border-bottom: 1px solid #ddd;
69 .jh-type-object > tr:hover, .jh-type-array > tr:hover{
70 border: 1px solid #F99927;