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

100 lines
1.5 KiB
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;
}
2021-08-20 11:27:06 +08:00
.ui.label.basic.grey {
border: 1px #ccc solid !important;
}
.disabled .ui.label {
color: #ccc !important;
}
2024-04-18 15:27:08 +08:00
.ui.basic.grey.label.border-grey {
border-color: #ddd!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;
padding-left: 0 !important;
padding-right: 0 !important;
2020-11-16 13:03:45 +08:00
}
2020-11-16 15:26:27 +08:00
th.width10 {
width: 10em;
}
th.width5 {
width: 5em;
}
th.width6 {
width: 6em;
}
2020-11-16 13:03:45 +08:00
}
.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 {
2021-08-20 11:27:06 +08:00
font-size: 2em !important;
}
}
// popup
body.swal2-shown {
overflow: auto !important;
2022-04-07 18:31:21 +08:00
}
// grid
.grid {
margin-right: 0 !important;
2022-04-07 18:31:21 +08:00
}
// fields
.fields {
button {
min-width: 5em;
}
}