style: Fix font color in search box

It looks like only firefox was affected (no idea why)
This commit is contained in:
Jean-Philippe Andre 2015-05-11 15:36:59 +09:00
parent 3b01298894
commit 0a9f5b5ca1
1 changed files with 1 additions and 0 deletions

View File

@ -437,4 +437,5 @@ div .comment_buttons {
input#qsearch__in {
background-color: #101010;
color: #888888;
}