cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Thunderbird 115 has changed the font. How do I get Message List and Folder Pane back to previous?

mdogbucket
Making moves

The new version of Thunderbird 115 has switched to an eye fatiguing font.  I have been able to make my composition window look normal, but not the "message header" section and "folder pane"?

Why do they always have to take something that is good and make it worse???

1 REPLY 1

Agentvirtuel
Contributor

Hello

1.png

How to change the font of the folder and message list panels?
Like this https://support.mozilla.org/en-US/questions/1427253

For illustration purposes

 

 

/* threads pane font */
table[is="tree-view-table"]{
font-family: Times, serif !important;
font-size: 16px !important;
}

/* folder pane font */
#folderPane {
font-family: Times, serif !important;
font-size: 14px !important;
}

 

 

2.png

Of course, you have the option of choosing another model (by way of example) another font, Comic Sans MS

3.png

/* threads pane font */
table[is="tree-view-table"]{
font-family: Comic Sans MS !important;
font-size: 16px !important;
}

/* folder pane font */
#folderPane {
font-family: Times, serif !important;
font-size: 14px !important;
}

4.png

Restart Thunderbird if you make changes