
Mail list font too small and theme and font addon wont show after installation
I downloaded theme and font changer and installed . But the theme changer is not shown so as I can use it? I need to make the incoming mail font larger as it is too small for my eyes! David
All Replies (1)
That add-on seems to have a problem with a missing button (on the toolbar) at the moment.
But it won't help with messages. It's for the user interface; menus, message listings, account lists and so on.
I write about this add-on and also how to deal with message text here:
http://xenos-email-notes.simplesite.com/417754775
However I think that adding the following to both userContent.css and userChrome.css is probably a better and permanent solution.
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Make all the default font sizes 9 pt:
*/
* { font-size: 9pt !important; }
See http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes for more information.