mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
8 lines
91 B
CSS
8 lines
91 B
CSS
|
.checkbox::after {
|
||
|
content: '\f00d';
|
||
|
}
|
||
|
|
||
|
.checkbox:checked::after {
|
||
|
content: '\f00c';
|
||
|
}
|