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

@@ -23,8 +23,8 @@ See the above repository for updates as well as full license text. */
box-shadow: none !important;
}
.urlbarView{
background: var(--lwt-toolbar-field-focus);
border: 1px solid var(--lwt-toolbar-field-focus-border-color) !important;
background: var(--toolbar-field-focus-background-color);
border: 1px solid var(--toolbar-field-focus-border-color) !important;
z-index: 1;
padding: 6px;
border-radius: 6px;
@@ -41,7 +41,7 @@ See the above repository for updates as well as full license text. */
#navigator-toolbox:focus-within .tab-background[selected]{
background-image: -moz-element(#urlbar-input) !important;
background-position: calc(var(--tab-inline-padding,4px) + 6px) 3px !important;
background-color: var(--lwt-toolbar-field-focus) !important;
background-color: var(--toolbar-field-focus-background-color) !important;
background-size: auto !important;
}