mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
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:
commit
dc5961d969
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue