Fix the unreadable <select> with the Tomorrow theme.

This commit is contained in:
Nicolas Stepien 2013-02-25 22:11:07 +01:00
parent 920c0223bc
commit 44a0099064
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -30,6 +30,12 @@
background-color: #282A2E;
border-color: #111;
}
:root.tomorrow #qr select {
color: #C5C8C6;
}
:root.tomorrow #qr option {
color: #000;
}
:root.tomorrow .qrpreview {
background-color: rgba(255, 255, 255, .15);
}