Can't change line spacing, font, colors in folder list or message list
something's changed in version 78 vs 68 for Windows 10.
Can you help me customize the line spacing … (læs mere)
Can't change line spacing, font, colors in folder list or message list
something's changed in version 78 vs 68 for Windows 10.
Can you help me customize the line spacing (padding?), font, colors, font size in both the folder list and message list panes?
I've been trying several edits to the userChrome.css file and experimented with the layout.css.devPixelsPerPx in about:config.
The mods I use to userChrome.css that work in version 68 don't work in version 78.
I've had some success with the message list but haven't found anything that reduces the space between lines in the folder pane. That's important for me.
in case it helps, here is what I currently have in the userChrome.css file in Thunderbird v78
- Do not remove the @namespace line -- it's required for correct functioning
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- folderTree > treechildren::-moz-tree-row {
background-color: #AFEEEE !important; /* test */
min-height: 0px !important;
height: 18px !important;
}
- threadTree > treechildren::-moz-tree-row {
background-color: none !important; /* test */
min-height: 0px !important;
height: 18px !important;
}
the #threadTree section seems to work, but the #folderTree section does not. It would be nice to know how to change font type and size but line space is most important.