mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
96 lines
1.4 KiB
Plaintext
96 lines
1.4 KiB
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;
|
|
}
|
|
|
|
.ui.label.basic.grey {
|
|
border: 1px #ccc solid !important;
|
|
}
|
|
|
|
.disabled .ui.label {
|
|
color: #ccc !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;
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
th.width10 {
|
|
width: 10em;
|
|
}
|
|
|
|
th.width5 {
|
|
width: 5em;
|
|
}
|
|
|
|
th.width6 {
|
|
width: 6em;
|
|
}
|
|
}
|
|
|
|
.ui.table tbody[style*="display: none;"], .ui.table tr[style*="display: none;"], .ui.table tr>td[style*="display: none;"], .ui.table tr>th[style*="display: none;"] {
|
|
display: none!important;
|
|
}
|
|
|
|
// textarea
|
|
textarea::-webkit-scrollbar {
|
|
width: 6px !important;
|
|
}
|
|
|
|
// dropdown
|
|
select.dropdown {
|
|
height: auto !important;
|
|
}
|
|
|
|
// message
|
|
.message {
|
|
.icon.warning {
|
|
font-size: 2em !important;
|
|
}
|
|
}
|
|
|
|
// popup
|
|
body.swal2-shown {
|
|
overflow: auto !important;
|
|
}
|
|
|
|
// grid
|
|
.grid {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
// fields
|
|
.fields {
|
|
button {
|
|
min-width: 5em;
|
|
}
|
|
}
|