Fix white flashing of search background

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-01-23 12:50:30 -06:00
parent 15134af5f3
commit 1bc3a26042
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ body {
color: #fff;
width: 155px;
cursor: text;
background-color: #0082c9;
background-color: #0082c9 !important;
border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
}