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;
|
2020-11-13 18:22:35 +08:00
|
|
|
}
|
|
|
|
|
|
2021-08-20 11:27:06 +08:00
|
|
|
.ui.label.basic.grey {
|
|
|
|
|
border: 1px #ccc solid !important;
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-08 20:49:31 +08:00
|
|
|
.disabled .ui.label {
|
|
|
|
|
color: #ccc !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-11-13 18:22:35 +08:00
|
|
|
// 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;
|
2021-07-07 15:17:41 +08:00
|
|
|
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;
|
|
|
|
|
}
|
2020-12-29 18:27:51 +08:00
|
|
|
|
|
|
|
|
th.width6 {
|
|
|
|
|
width: 6em;
|
|
|
|
|
}
|
2020-11-16 13:03:45 +08:00
|
|
|
}
|
2020-11-18 12:17:50 +08:00
|
|
|
|
|
|
|
|
// textarea
|
|
|
|
|
textarea::-webkit-scrollbar {
|
|
|
|
|
width: 6px !important;
|
|
|
|
|
}
|
2020-12-18 21:18:35 +08:00
|
|
|
|
|
|
|
|
// dropdown
|
|
|
|
|
select.dropdown {
|
2020-12-29 18:27:51 +08:00
|
|
|
height: auto !important;
|
2021-07-27 10:48:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// message
|
|
|
|
|
.message {
|
|
|
|
|
.icon.warning {
|
2021-08-20 11:27:06 +08:00
|
|
|
font-size: 2em !important;
|
2021-07-27 10:48:42 +08:00
|
|
|
}
|
2021-08-29 14:00:59 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// popup
|
|
|
|
|
body.swal2-shown {
|
|
|
|
|
overflow: auto !important;
|
2022-04-07 18:31:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// grid
|
|
|
|
|
.grid {
|
2022-04-08 20:49:31 +08:00
|
|
|
margin-right: 0 !important;
|
2022-04-07 18:31:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// fields
|
|
|
|
|
.fields {
|
|
|
|
|
button {
|
|
|
|
|
min-width: 5em;
|
|
|
|
|
}
|
|
|
|
|
}
|