mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
thunderbird: add userChrome.css
This commit is contained in:
parent
39d9babaf0
commit
33c3e04e41
1 changed files with 32 additions and 0 deletions
32
thunderbird/userChrome.css
Normal file
32
thunderbird/userChrome.css
Normal file
|
|
@ -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;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue