From ed8ead4fea6089046e86c7320b187ec4ec61c448 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 4 Jan 2024 05:50:28 +0100 Subject: [PATCH] thunderbird: enable tabs --- thunderbird/userChrome.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/thunderbird/userChrome.css b/thunderbird/userChrome.css index 8fbde76..cd9fb8f 100644 --- a/thunderbird/userChrome.css +++ b/thunderbird/userChrome.css @@ -1,7 +1,6 @@ * { box-shadow: none !important; border-radius: 0 !important; - --selected-item-color: #9e9e9e !important; --selected-item-text-color: #212121 !important; --listbox-selected-bg: #9e9e9e !important; @@ -44,9 +43,21 @@ } #tabs-toolbar { - display: none; + background: none !important; + padding: 0; + padding-inline: 3px; } -.tab-line { - display: none; +.tab-line[selected="true"] { + background: none !important; } + +.tabmail-tab { + margin-bottom: 3px; +} + +tabs > arrowscrollbox, +tabs > arrowscrollbox > * { + --tab-max-width: 200px; +} +