fix #17 by setting the color on option for browsers that allow (partially) styles options

This commit is contained in:
Koen Lageveen 2017-02-08 23:16:07 +01:00
parent 6bcb5c790e
commit 1107c27c60
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ select {
text-overflow: ellipsis;
cursor: pointer;
}
select option {
background: #fff;
color: #000;
}
#size,
#spacing {
all: unset;