toylet [mozilla user] wrote:
> I have long wanted to have an answer. How could I change the fonts in
> the listbox (image attached) in:
>
> a. Netscape 4.79
> b. mozilla 0.9.9
>
> right now, I make it bigger by changing Window$' display properties,
> which is definitely not a good solution as it would impact evertyhing.
>
> <afaskldjfsdkljf asfklsj adfkasjd flasjkf jasdklfj asdklfjkl>
>
>
> ------------------------------------------------------------------------
>
Add the following to userChrome.css (located in the Chrome folder of
your profile):
/* mail-news threadpane fonts */
outlinerchildren:-moz-outliner-cell-text(read),
outlinerchildren:-moz-outliner-cell-text(unread) {
font-family: Arial !important; [or whatever font suits you]
font-size: 11pt !important; [or whatever size suits you]
}