improve select dropdowns background color

This commit is contained in:
Julien Maille 2021-11-17 21:18:57 +01:00
parent 3088e8a71d
commit 2b6853bc70

View file

@ -66,6 +66,10 @@ select {
&:active {
background-color: spiceColor("selected-row", 0.6) !important;
}
option {
background: spiceColor("main") !important;
}
}
input {