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:
MrOtherGuy
2021-08-26 10:01:45 +03:00
parent cea26c1564
commit bd53d19665
11 changed files with 66 additions and 23 deletions

View File

@@ -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;
}