mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 20:41:57 +00:00
improve select dropdowns background color
This commit is contained in:
parent
3088e8a71d
commit
2b6853bc70
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ select {
|
|||
&:active {
|
||||
background-color: spiceColor("selected-row", 0.6) !important;
|
||||
}
|
||||
|
||||
option {
|
||||
background: spiceColor("main") !important;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
|
|||
Loading…
Reference in a new issue