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

8 lines
91 B
CSS
Raw Normal View History

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