Files
EdgeAdmin/web/views/@default/@layout_override.less
2020-11-14 11:05:33 +08:00

29 lines
528 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;
}
.ui.label.basic {
background-color: white !important;
}
// fields
form {
.fields {
margin-bottom: 0 !important;
}
}
// links
.link.grey {
color: grey !important;
}
.link.grey:hover {
color: #4183c4 !important;
}