diff options
Diffstat (limited to 'chrome')
| -rw-r--r-- | chrome/userChrome.css | 2 |
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 } |
