replace --lwt-toolbar-field-border-color with --toolbar-field-border-color

This commit is contained in:
MrOtherGuy
2021-08-26 09:24:21 +03:00
parent 568c1cd86b
commit cea26c1564
7 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ See the above repository for updates as well as full license text. */
display: -moz-box !important;
position: relative !important;
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8));
border: 1px solid var(--lwt-toolbar-field-border-color, hsla(240,5%,5%,.25));
border: 1px solid var(--toolbar-field-border-color, hsla(240,5%,5%,.25));
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
margin-inline-start: 0px !important;