Files
EdgeAdmin/web/views/@default/@layout_override.css

31 lines
681 B
CSS
Raw Normal View History

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;
}
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-11-16 15:26:27 +08:00
table th.width10 {
width: 10em;
}
table th.width5 {
width: 5em;
}
2020-09-23 18:43:38 +08:00
/*# sourceMappingURL=@layout_override.css.map */