diff --git a/userChrome.css b/userChrome.css index cf6a79e..a471d7d 100644 --- a/userChrome.css +++ b/userChrome.css @@ -74,10 +74,6 @@ } /* Selected Tab - Color like toolbar */ - .tab-background[selected="true"] { - background: var(--toolbar-bgcolor) !important; - } - #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[multiselected="true"]:-moz-lwtheme, #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[selected="true"]:-moz-lwtheme { background-image: linear-gradient(var(--toolbar-bgcolor, transparent), var(--toolbar-bgcolor, transparent)), linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important; }