philomena/assets/css/options/checkbox-icons.css
2024-05-20 21:25:43 +02:00

7 lines
89 B
CSS

.checkbox:after {
content: '\f00d';
}
.checkbox:checked:after {
content: '\f00c';
}