mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 06:00:25 +08:00
8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
|
|
// labels
|
||
|
|
.ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
|
||
|
|
background-color: #21ba45 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
|
||
|
|
background-color: #21ba45 !important;
|
||
|
|
}
|