53
53
vertical-align : top;
54
54
}
55
55
56
- .jh-type-object > tr : nth-child (odd), .jh-type-array > tr : nth-child (odd){
56
+ .jh-type-object > tbody > tr : nth-child (odd), .jh-type-array > tbody > tr : nth-child (odd){
57
57
background-color : # f5f5f5 ;
58
58
}
59
59
60
- .jh-type-object > tr : nth-child (even), .jh-type-array > tr : nth-child (even){
60
+ .jh-type-object > tbody > tr : nth-child (even), .jh-type-array > tbody > tr : nth-child (even){
61
61
background-color : # fff ;
62
62
}
63
63
@@ -75,16 +75,16 @@ th.jh-key{
75
75
text-align : left;
76
76
}
77
77
78
- .jh-type-object > tr , .jh-type-array > tr {
78
+ .jh-type-object > tbody > tr , .jh-type-array > tbody > tr {
79
79
border : 1px solid# ddd ;
80
80
border-bottom : none;
81
81
}
82
82
83
- .jh-type-object > tr : last-child , .jh-type-array > tr : last-child {
83
+ .jh-type-object > tbody > tr : last-child , .jh-type-array > tbody > tr : last-child {
84
84
border-bottom : 1px solid# ddd ;
85
85
}
86
86
87
- .jh-type-object > tr : hover , .jh-type-array > tr : hover {
87
+ .jh-type-object > tbody > tr : hover , .jh-type-array > tbody > tr : hover {
88
88
border : 1px solid# F99927 ;
89
89
}
90
90