dark mode for selects
This commit is contained in:
parent
6c9f4f1c3a
commit
8a9943a1af
|
@ -154,6 +154,7 @@ a:hover {
|
|||
border-bottom-color: var(--theme-inputBg);
|
||||
}
|
||||
|
||||
select.custom-select,
|
||||
.form-control {
|
||||
background-color: var(--theme-inputBg);
|
||||
color: var(--theme-color);
|
||||
|
|
Loading…
Reference in New Issue