mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Use uc_theme_light_bkgnd_color if available
This commit is contained in:
parent
9492574fc8
commit
c104911064
1 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ findbar > .findbar-container,
|
|||
findbar > .close-icon{
|
||||
border: 1px solid var(--chrome-content-separator-color);
|
||||
border-width: 0 0 1px 0px;
|
||||
background: var(--toolbar-bgcolor) !important;
|
||||
background: background: var(--uc-light-bkgnd-color,var(--toolbar-bgcolor)) !important;
|
||||
pointer-events: auto;
|
||||
}
|
||||
findbar > .findbar-container{
|
||||
|
|
Loading…
Reference in a new issue