mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
29 lines
422 B
CSS
29 lines
422 B
CSS
/*!
|
|
* No overrides for the default theme as it aligns with general.css
|
|
*/
|
|
|
|
.selectize-input {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.selectize-input {
|
|
border: 1px solid #ced4da;
|
|
}
|
|
|
|
.selectize-input.dropdown-active {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.selectize-dropdown,
|
|
.selectize-dropdown.form-control {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.awardsBgDanger {
|
|
background-color: #f8d7db !important;
|
|
}
|
|
|
|
.awardsBgSuccess {
|
|
background-color: #d4edda !important;
|
|
}
|