Cloudlog/assets/css/cosmo/overrides.css

32 行
455 B
CSS

/*!
* No overrides for the default theme as it aligns with general.css
*/
.selectize-input {
2023-11-15 18:57:22 +08:00
border-radius: 0;
}
.selectize-input {
2023-11-15 18:57:22 +08:00
border: 1px solid #ced4da;
}
.selectize-input.dropdown-active {
2023-11-15 18:57:22 +08:00
border-radius: 0;
}
2023-11-15 18:57:22 +08:00
.selectize-dropdown,
.selectize-dropdown.form-control {
border-radius: 0;
}
2023-11-20 09:14:51 +08:00
.awardsBgDanger {
2023-11-20 09:14:51 +08:00
background-color: #f8d7db !important;
}
.awardsBgSuccess {
2023-11-20 09:14:51 +08:00
background-color: #d4edda !important;
}
2023-12-08 23:50:23 +08:00
TD.qrz {
white-space: nowrap;
}