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

44 lines
672 B
Plaintext
Raw Normal View History

2020-09-23 18:43:38 +08:00
// 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;
2020-09-30 17:46:38 +08:00
}
.ui.label.basic {
background-color: white !important;
}
// fields
form {
.fields {
margin-bottom: 0 !important;
}
}
2020-11-14 11:05:33 +08:00
// links
.link.grey {
color: grey !important;
}
.link.grey:hover {
color: #4183c4 !important;
}
2020-11-16 13:03:45 +08:00
// table
table {
th.center, td.center {
text-align: center !important;
}
2020-11-16 15:26:27 +08:00
th.width10 {
width: 10em;
}
th.width5 {
width: 5em;
}
2020-11-16 13:03:45 +08:00
}