Don't be needlessly specific when selecting findbar
This commit is contained in:
parent
38ebc72193
commit
cb32d2f914
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
|||
|
||||
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar),
|
||||
#browser-bottombox,
|
||||
.browserContainer > findbar,
|
||||
findbar,
|
||||
.searchbar-textbox{
|
||||
background-color: var(--uc-light-bkgnd-color) !important;
|
||||
color: var(--uc-text-color) !important;
|
||||
}
|
||||
|
||||
.browserContainer > findbar{ background-image: none !important; }
|
||||
findbar{ background-image: none !important; }
|
||||
|
||||
#TabsToolbar,
|
||||
#toolbar-menubar,
|
||||
|
|
Loading…
Reference in a new issue