replace --lwt-toolbar-field-x variables with new versions
Firefox 91 still uses some old variants, so this style adds temporary dummy variables to several styles to make <91 work.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
:root:not([customizing]){
|
||||
--lwt-toolbar-field-background-color: transparent !important;
|
||||
--toolbar-field-background-color: transparent !important;
|
||||
--toolbar-field-border-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
|
||||
#searchbar,
|
||||
#search-box{
|
||||
-moz-appearance: none !important;
|
||||
background-color: var(--lwt-toolbar-field-background-color) !important;
|
||||
background-color: var(--toolbar-field-background-color) !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user