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
@ -478,8 +478,8 @@ html[dir='ltr'] .doorHangerRight:before {
|
|||||||
color: #A6B7D0;
|
color: #A6B7D0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notFound {
|
#findInput.notFound {
|
||||||
background-color: rgb(255, 137, 153);
|
background-color: rgb(255, 102, 102);
|
||||||
}
|
}
|
||||||
|
|
||||||
html[dir='ltr'] #toolbarViewerLeft {
|
html[dir='ltr'] #toolbarViewerLeft {
|
||||||
|
Loading…
Reference in New Issue
Block a user