Fix unreadable dropdown text

Fixes #74
This commit is contained in:
rubenwardy 2018-07-24 20:33:26 +01:00
parent 8fe7bcfb71
commit f9a1d25c57
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ a:hover {
font-size: 100%;
}
select > * {
color: #222;
}
input[type=text], input[type=password], textarea, select, .bulletselector {
text-align: left;
}