Improve checkbox dark theme
This commit is contained in:
parent
14dacc54c3
commit
80e3d8551d
1 changed files with 3 additions and 0 deletions
|
@ -408,6 +408,9 @@
|
|||
.ui.toggle.checkbox label:hover::before {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
.ui.toggle.checkbox input:checked ~ label {
|
||||
color: rgba(255, 255, 255, 0.95) !important;
|
||||
}
|
||||
|
||||
/** Calendar */
|
||||
.ui.ui.table td.active,
|
||||
|
|
Loading…
Reference in a new issue