Bob B. wrote:
> Is there some way to control the font size of the fonts used for listing
> messages and accounts/folders?
>
> I'm using OS X, so I assume there is some .css file that I can edit to
> change the default font size. However it is done in Linux, I am guessing
> the same method would work for OS X.
>
> TIA
>
> Bob B.
>
I changed the fonts for the threadpane via userChrome.css (based on what
was in threadPane.css):
outlinerchildren:-moz-outliner-cell-text(read),
outlinerchildren:-moz-outliner-cell-text(unread) {
font-size: 11pt !important;
}
Look at folderPane.css for corresponding changes for the folder pane.