From 5c56815b980dfb629aeff1d7f4e94130849305d7 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 22 Mar 2024 15:01:38 +0100 Subject: [PATCH] firefox: tree style tab: highlighter borders --- firefox/treestyletab.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index c1f6d66..98df13a 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -76,3 +76,7 @@ tab-item tab-favicon * { vertical-align: top; } +.highlighter::before { + margin-top: -1px; + margin-bottom: -1px; +}