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

8 lines
89 B
CSS
Raw Normal View History

2024-05-20 21:25:43 +02:00
.checkbox:after {
content: '\f00d';
}
2024-05-20 21:25:43 +02:00
.checkbox:checked:after {
content: '\f00c';
}