From 59698d6a0dce6a2e3a70f9a1621f558048dd0c24 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 21 Mar 2021 10:32:47 +0800 Subject: [PATCH] Add files via upload --- chrome/global/variables.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chrome/global/variables.css b/chrome/global/variables.css index 23b4f06..eec7b71 100644 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -175,7 +175,6 @@ #tabbrowser-tabs { --tab-min-height: 32px !important; - --tab-line-color: var(--tab-line-col) !important; } @supports -moz-bool-pref("materialFox.reduceTabOverflow") @@ -246,3 +245,10 @@ #TabsToolbar .toolbarbutton-1 { fill: var(--lwt-text-color) !important; } + +:-moz-any(:root:not([style]), +:root:not([lwtheme]), +:root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"], +:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]) #tabbrowser-tabs { + --tab-line-color: var(--tab-line-col) !important; +} \ No newline at end of file