How do I make the font for the main inbox list NON-bold?

User Help for Mozilla Thunderbird
Post Reply
stompbox
Posts: 6
Joined: December 5th, 2003, 1:28 pm

How do I make the font for the main inbox list NON-bold?

Post by stompbox »

I'd like the font for the main list (i.e. the one that shows the subject, sender, date etc...) to be non-bold.

I've tried inserting this into my UserChrome.css

treechildren::-moz-tree-cell-text(unread) {
font-size: 8pt ! important;
font-family : Arial, Verdana, sans-serif ! important;
font-weight: normal;
}

which is btw in:

...Application Data\Thunderbird\Profiles\default\lg8e94q6.slt\chrome

Any help appreciated.
11111
Posts: 40
Joined: August 5th, 2003, 8:21 am

xxix

Post by 11111 »

!important on font-weight ?

8pt is a bit small : )
stompbox
Posts: 6
Joined: December 5th, 2003, 1:28 pm

Post by stompbox »

Thank you very much. IT WORKS!
Guest
Guest

Post by Guest »

Just so you know, the "! important" over-rides settings made elsewhere. I'm sure if I wasn't so lazy I could look up where the font-weight is being set, but on my system it is set dynamically based on read/unread so probably in a javascript file somewhere.
Post Reply