Files
EdgeAdmin/web/views/@default/@layout_override.css
2020-09-30 17:46:38 +08:00

12 lines
402 B
CSS

.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;
}
.ui.label.basic {
background-color: white !important;
}
/*# sourceMappingURL=@layout_override.css.map */