4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 1,083: | Line 1,083: | ||
} | } | ||
input[type='checkbox']+ | input[type='checkbox']+span::before { | ||
content: ""; | content: ""; | ||
display: inline-block; | display: inline-block; | ||
Line 1,093: | Line 1,093: | ||
} | } | ||
input[type='checkbox']:checked+ | input[type='checkbox']:checked+span::before { | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
background: green; | background: green; | ||
} | } |