summaryrefslogtreecommitdiff
path: root/chrome/userChrome.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/userChrome.css')
-rw-r--r--chrome/userChrome.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/userChrome.css b/chrome/userChrome.css
index 6a6aa15..377da04 100644
--- a/chrome/userChrome.css
+++ b/chrome/userChrome.css
@@ -209,5 +209,5 @@ tab[selected="true"] .tab-background {
}
.tabbrowser-tab .tab-label { color: var(--fg) !important; }
-.tabbrowser-tab .tab-label[selected="true"] { color: var(--bg) !important; }
+.tabbrowser-tab[selected="true"] .tab-label { color: var(--bg) !important; }
.tab-close-button { fill: var(--fg) !important }