philomena/assets/css/options/checkbox-icons.css
2024-05-20 22:30:41 +02:00

7 lines
89 B
CSS

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