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 {
2024-05-20 22:30:41 +02:00
content: "\f00d";
}
2024-05-20 21:25:43 +02:00
.checkbox:checked:after {
2024-05-20 22:30:41 +02:00
content: "\f00c";
}