From 23c3f99586586b07fccdea50cd1ad04fb0676807 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 3 Feb 2026 16:29:39 +0100 Subject: [PATCH] firefox: update TreeStyleTab styles --- firefox/treestyletab.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index 6b8ce2c..508ecff 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -59,20 +59,6 @@ tab-item-substance { margin-top: -1px; } -.tab:hover > tab-item-substance, -.tab.active > tab-item-substance { - background: var(--face-highlight-more-lighter); -} - -.tab.active > tab-item-substance { - font-weight: bold; -} - -.tab.active .highlighter { - width: 5px; - background: var(--tab-highlighted-glow); -} - .tab .label { margin-left: 0.4em; line-height: var(--tab-size); @@ -92,3 +78,17 @@ tab-item tab-favicon * { margin-top: 0px; margin-bottom: 0px; } + +.tab:hover > tab-item-substance, +.tab.active > tab-item-substance { + background: var(--face-highlight-more-lighter); +} + +.tab.active > tab-item-substance { + font-weight: bold; +} + +.tab.active .highlighter { + width: 5px; + background: var(--tab-highlighted-glow); +}