Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TB 68 folder pane font

103 views
Skip to first unread message

Andrea Venturoli

unread,
Sep 2, 2019, 4:19:25 AM9/2/19
to mozilla-suppo...@lists.mozilla.org
Hello.

I've got a couple of customers on Macs who find the default font too
small to read.

With previous versions I was (more or less) able to increase the UI font
size, by putting "* { font-size: 12pt !important;}" in
$profile/chrome/userChrome.css.

After the upgrade to 68.0, the folder pane is not affected anymore: the
spaces between lines still increases as font-size increases, but the
actual font size stays the same.

Any hint on how to solve this?

bye & Thanks
av.

EnDeeGee

unread,
Sep 2, 2019, 10:46:39 AM9/2/19
to mozilla-suppo...@lists.mozilla.org
Windows10 Home.
This is my userchrome.css which is working fine in TB 69.0b4 (64bit) but
did not work for some reasons in TB 68.0 (64bit)

Start paste:

@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* Global UI font */
*{ font-size: 14pt !important; font-family: Georgia !important; }

/* After adjusting the font size(s), */
/* you find that the spacing between the lines also needs adjusting. */
#folderTree >treechildren::-moz-tree-row { height: 23px !important; }
#threadTree >treechildren::-moz-tree-row { height: 23px !important; }

/* make lines for threaded msgs solid black */
tree[seltype="cell"] > treechildren::-moz-tree-line,
tree[seltype="text"] > treechildren::-moz-tree-line,
treechildren::-moz-tree-line { border: 1px solid black !important;}

Eckard

unread,
Sep 3, 2019, 2:12:30 PM9/3/19
to mozilla-suppo...@lists.mozilla.org
Hi,
Le 02/09/2019 à 10:19, Andrea Venturoli a écrit :
> Hello.

>
> After the upgrade to 68.0, the folder pane is not affected anymore: the
> spaces between lines still increases as font-size increases, but the
> actual font size stays the same.
>
> Any hint on how to solve this?
>
>  bye & Thanks
>     av.

Add the following code in your userChrome.css file:

#folderTree treechildren::-moz-tree-cell-text {
font-size: 12pt !important; }

Andrea Venturoli

unread,
Oct 15, 2019, 1:59:20 AM10/15/19
to mozilla-suppo...@lists.mozilla.org
On 2019-09-03 20:12, Eckard wrote:

>> After the upgrade to 68.0, the folder pane is not affected anymore:
>> the spaces between lines still increases as font-size increases, but
>> the actual font size stays the same.

> Add the following code in your userChrome.css file:
>
> #folderTree treechildren::-moz-tree-cell-text  {
> font-size: 12pt !important; }

Thanks.
With this line it worked.

bye
av.
0 new messages