fix select option color in Chrome

This commit is contained in:
Fritz Michael Gschwantner 2019-11-15 11:43:44 +01:00 committed by Matthew Taylor
parent 8cf7531a22
commit 15f890999f

View file

@ -1130,3 +1130,7 @@ pre .copy-to-clipboard:hover {
#searchResults {
text-align: left;
}
option {
color: initial;
}