philomena/assets/css/options/checkbox-icons.css

7 lines
91 B
CSS

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