Skip to content

Commit

Permalink
Fix white foreground on white background for select elements in the w…
Browse files Browse the repository at this point in the history
…hite theme.
  • Loading branch information
aarpon committed Dec 17, 2019
1 parent 980eddd commit 7492f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ select {
text-align: center;
border: 1px solid #aaa;
background-color: #fff;
color: #000;
padding: 5px;
}

Expand Down

0 comments on commit 7492f69

Please sign in to comment.