Skip to content

Commit

Permalink
fix select option color in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg authored and matalo33 committed Feb 1, 2020
1 parent 8cf7531 commit 15f8909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,3 +1130,7 @@ pre .copy-to-clipboard:hover {
#searchResults {
text-align: left;
}

option {
color: initial;
}

0 comments on commit 15f8909

Please sign in to comment.