Cloudlog/assets/css/cosmo/overrides.css

29 行
422 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;
}