mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +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 {
|
&:active {
|
||||||
background-color: spiceColor("selected-row", 0.6) !important;
|
background-color: spiceColor("selected-row", 0.6) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
background: spiceColor("main") !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue