Skip to content

Commit

Permalink
Merge pull request mozilla#5465 from Snuffleupagus/findbar-notFound-c…
Browse files Browse the repository at this point in the history
…olor

[GENERIC viewer] Fix the background color of the findInput when the search term is not found
  • Loading branch information
timvandermeij committed Nov 18, 2014
2 parents 23bcab6 + fbca0e1 commit dc5961d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dc5961d

Please sign in to comment.