From e07614590e1ec0574c22a8ba93edf582294c8c1f Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 19 Jan 2026 14:44:54 +0100 Subject: [PATCH] firefox: update TreeStyleTab styles --- firefox/treestyletab.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index dd5d067..6b8ce2c 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -68,6 +68,11 @@ 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);