2020-09-23 18:43:38 +08:00
|
|
|
.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;
|
|
|
|
|
}
|
2020-09-30 17:46:38 +08:00
|
|
|
.ui.label.basic {
|
|
|
|
|
background-color: white !important;
|
|
|
|
|
}
|
2020-11-13 18:22:35 +08:00
|
|
|
form .fields {
|
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
|
}
|
2020-11-14 11:05:33 +08:00
|
|
|
.link.grey {
|
|
|
|
|
color: grey !important;
|
|
|
|
|
}
|
|
|
|
|
.link.grey:hover {
|
|
|
|
|
color: #4183c4 !important;
|
|
|
|
|
}
|
2020-11-16 13:03:45 +08:00
|
|
|
table th.center,
|
|
|
|
|
table td.center {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
2020-09-23 18:43:38 +08:00
|
|
|
/*# sourceMappingURL=@layout_override.css.map */
|