art skriver:
In SM2, the hot spot to horizontally re-size the mail folders pane area
is quite small. Unlike hot spots for other panes, this one seems to be
only 1 pixel wide, making it rather precise to hit the target with the
mouse.

This seems to be unique to the Default Theme 1.0. The Modern Theme 1.0
appears to have wider and more consistent hot spots for pane resizing.

Is there a way to make this wider in the Default Theme ?


Yes, you can make it wider with the following style rule in your userChrome.css: #folderpane-splitter { width: 5px; } or, if that doesn't work, #folderpane-splitter { width: 5px !important; }.

You might want to do more since that will just expand the width of the splitter (it doesn't look that nice). Style rules affecting that particular splitter can be seen here: http://mxr.mozilla.org/comm-1.9.1/source/suite/themes/classic/mac/messenger/mailWindow1.css#88 and further down.

Basically, the above rules overrides the default rules starting at http://mxr.mozilla.org/comm-1.9.1/source/mozilla/toolkit/themes/pinstripe/global/splitter.css#47 (that's the "old" look).

HTH

/Stefan
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to