File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
.json-editor-container {
2
- transition : all 0.5s ease-in-out;
2
+ transition : all 0.5s ease-in-out;
3
3
position : relative;
4
4
border : 1px solid # 000000 ;
5
5
background : # 999999 ;
9
9
overflow : hidden;
10
10
vertical-align : top;
11
11
opacity : 1 ;
12
- max-height : 10000px ;
12
+ max-height : 10000px ;
13
13
}
14
14
15
15
.json-editor-container .root {}
16
16
17
17
.json-editor-container .hidden-property {
18
- opacity : 0.5 ;
19
- max-height : 40px ;
18
+ opacity : 0.5 ;
19
+ max-height : 40px ;
20
20
}
21
21
22
22
.json-editor-container input [type = "checkbox" ] {
50
50
width : calc (70% - 10px );
51
51
margin : 5px ;
52
52
}
53
+
54
+ .json-editor-container label ~ input [type = "checkbox" ]: after {
55
+ content : "unchecked" ;
56
+ padding-left : 20px ;
57
+ }
58
+
59
+ .json-editor-container label ~ input [type = "checkbox" ]: checked : after {
60
+ content : "checked" ;
61
+ }
You can’t perform that action at this time.
0 commit comments