From 33c3e04e41918ec8f86c909c5a3e672c6243d49e Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 13 Oct 2023 21:08:05 +0300 Subject: [PATCH] thunderbird: add userChrome.css --- thunderbird/userChrome.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 thunderbird/userChrome.css diff --git a/thunderbird/userChrome.css b/thunderbird/userChrome.css new file mode 100644 index 0000000..c286bb3 --- /dev/null +++ b/thunderbird/userChrome.css @@ -0,0 +1,32 @@ +* { + box-shadow: none !important; + border-radius: 0 !important; + + --selected-item-color: #9e9e9e !important; + --selected-item-text-color: #212121 !important; + + --treeitem-background-active: #9e9e9e !important; + + --viewHighlightBorderColor: #9e9e9e !important; + --viewHighlightTextColor: #212121 !important; +} + +#folderTree .icon { + --icon-color: #212121 !important; +} + +.calendar-notification-bar { + background-color: #f4f4f5 !important; +} + +#calSidebar #primaryButtonSidePanel { + display: none !important; +} + +#tabs-toolbar { + display: none; +} + +.tab-line { + display: none; +}