fix selection option text colour
This commit is contained in:
parent
44fdf247cc
commit
487d0a788e
|
@ -64,3 +64,8 @@ select:disabled:active {
|
|||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
select option {
|
||||
background-color: initial;
|
||||
color: initial;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue