4,554
edits
No edit summary |
No edit summary |
||
Line 1,091: | Line 1,091: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
input[type='checkbox']+div::before:hover { | |||
content: "[✔]"; | |||
width: 16px; | |||
height: 16px; | |||
margin-right: 7px; | |||
} | |||
input[type='checkbox']:checked+div::before { | input[type='checkbox']:checked+div::before { | ||
content: "[✔]"; | content: "[✔]"; |