Merge pull request #5465 from Snuffleupagus/findbar-notFound-color

[GENERIC viewer] Fix the background color of the findInput when the search term is not found
This commit is contained in:
Tim van der Meij 2014-11-18 20:07:31 +01:00
commit dc5961d969

View File

@ -478,8 +478,8 @@ html[dir='ltr'] .doorHangerRight:before {
color: #A6B7D0;
}
.notFound {
background-color: rgb(255, 137, 153);
#findInput.notFound {
background-color: rgb(255, 102, 102);
}
html[dir='ltr'] #toolbarViewerLeft {