-1
Thunderbird userChrome.css example
Thunderbird userchrome.css example C://Users/<USER>/AppData/Roaming/Thunderbird/Profiles/<PROFILE>/chrome/userChrome.css
@namespace "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
* {
font-family:verdana,tahoma;
font-size:12px;
color:#333
}
tabmail {
background-color:#cecece!important
}
toolbox {
background-color:#cecece!important
}
#threadTree treechildren::-moz-tree-row {
border-bottom:1px dotted #ddd!important;
height:26px!important
}
#folderTree treechildren::-moz-tree-row {
height:26px!important
}
#threadTree treechildren::-moz-tree-row(odd) {
-moz-appearance:none!important;
background-image:none!important;
background-color:#f8f8f8!important
}
#threadTree treechildren::-moz-tree-row(selected) {
background-color:-moz-Dialog!important
}
#threadTree treechildren::-moz-tree-row(selected,focus) {
background-color:-moz-Dialog!important
}
#folderTree treechildren::-moz-tree-row(selected) {
-moz-appearance:none!important;
background-image:none!important;
background-color:-moz-Dialog!important
}
#folderTree treechildren::-moz-tree-row(selected,focus) {
-moz-appearance:none!important;
background-image:none!important;
background-color:-moz-Dialog!important
}
#folderTree > treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
font-weight:400!important;
color:#000!important
}
rated 5 times
(2)
(3)
comments: 1 / hits: 6172
/ 4 years ago, sun, apr 16, 17, 03:44:59
More From
» CSS
Comments
0
Code:
[#4] Monday, April 17, 2017, 3:48:13

commented 4 years ago
jimmy
Only authorized users can post. Please sign in first, or register a free account