Improve checkbox dark theme

This commit is contained in:
grandeljay 2022-09-30 15:52:15 +02:00
parent 14dacc54c3
commit 80e3d8551d

View file

@ -408,6 +408,9 @@
.ui.toggle.checkbox label:hover::before { .ui.toggle.checkbox label:hover::before {
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);
} }
.ui.toggle.checkbox input:checked ~ label {
color: rgba(255, 255, 255, 0.95) !important;
}
/** Calendar */ /** Calendar */
.ui.ui.table td.active, .ui.ui.table td.active,