From 6eb9451fb6eaef8b5a0207380b151f19c5cf0c51 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 14 Oct 2023 17:07:26 +0300 Subject: [PATCH] thunderbird: blue no more --- thunderbird/userChrome.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/thunderbird/userChrome.css b/thunderbird/userChrome.css index 5f76560..8fbde76 100644 --- a/thunderbird/userChrome.css +++ b/thunderbird/userChrome.css @@ -4,8 +4,10 @@ --selected-item-color: #9e9e9e !important; --selected-item-text-color: #212121 !important; + --listbox-selected-bg: #9e9e9e !important; --treeitem-background-active: #9e9e9e !important; + --treeitem-background-selected: #9e9e9e !important; --color-blue-05: #fafafa !important; --color-blue-10: #f4f4f5 !important; @@ -28,16 +30,15 @@ --color-ink-70: #3f3f46 !important; --color-ink-80: #27272a !important; --color-ink-90: #18181b !important; + + --foldertree-background: #e0e0e0 !important; + --tree-view-bg: #e0e0e0 !important; } #folderTree .icon { --icon-color: #212121 !important; } -.calendar-notification-bar { - background-color: #f4f4f5 !important; -} - #calSidebar #primaryButtonSidePanel { display: none !important; }