mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 00:00:26 +08:00
44 lines
672 B
Plaintext
44 lines
672 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;
|
|
}
|
|
|
|
// table
|
|
table {
|
|
th.center, td.center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
th.width10 {
|
|
width: 10em;
|
|
}
|
|
|
|
th.width5 {
|
|
width: 5em;
|
|
}
|
|
}
|