Update styles to use --lwt-tab-line-color variable

This commit is contained in:
MrOtherGuy
2022-01-12 15:16:47 +02:00
parent ec17a82ede
commit 19fa8eb39d
3 changed files with 9 additions and 5 deletions

View File

@@ -35,7 +35,10 @@ menupopup{ -moz-appearance: none !important; overflow: -moz-hidden-unscrollable
#nav-bar{ box-shadow: none !important; margin-top: 3px }
.tab-line{ display: none }
.tab-background[selected]{ border-top-width: 2px !important; border-top-color: var(--tab-line-color) !important; }
.tab-background[selected]{
border-top-width: 2px !important;
border-top-color: var(--lwt-tab-line-color) !important;
}
.tabbrowser-tab[selected]{ z-index: auto !important; }
.urlbar-icon,