4,554
edits
No edit summary |
No edit summary |
||
Line 1,081: | Line 1,081: | ||
input[type='checkbox'] { | input[type='checkbox'] { | ||
display: none; | display: none; | ||
white-space: pre!important; | |||
} | } | ||
Line 1,091: | Line 1,092: | ||
border: 1px solid #7A7A9D; | border: 1px solid #7A7A9D; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
white-space: pre; | white-space: pre!important; | ||
} | } | ||
Line 1,098: | Line 1,099: | ||
height: 16px; | height: 16px; | ||
background: green; | background: green; | ||
white-space: pre!important; | |||
} | } |