From 045fd9ff4b7a58895763ba18889c4b294542ecc5 Mon Sep 17 00:00:00 2001 From: Crispy Date: Thu, 16 Mar 2023 11:45:46 +0100 Subject: [PATCH] Update 'firefox/treestyletab.css' --- firefox/treestyletab.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index 805f07d..138aa8b 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -4,13 +4,16 @@ tab-item { height: 20px; } -/* Show title of unread tabs */ +/* Highlight title of unread tabs */ :root.sidebar tab-item.unread .label-content { color: orange !important; font-style: italic !important; text-decoration: underline; } +/* Hide tab close button */ +/* tab-closebox { display: none } +*/