Make dark theme options readable on FireFox

pull/3498/head
Sean 2017-08-21 14:46:15 -03:00 committed by GitHub
parent 1fe2a89673
commit 9f7b66afff
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ body.dark .material.form .form-group * {
color: #3893E8;
}
body.dark .material.form .form-group select option {
color: #333;
color: #bbb;
}
.material.form .form-group select ~ .control-label,
.material.form .form-group input:focus ~ .control-label,