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);