Fri, 8 Apr 2016 01:52:09 +0300, /Stanimir Stamenkov/:
Thu, 7 Apr 2016 11:23:25 -0400, /WaltS48/:

The userChrome.css suggested did not work for me.

Yes, you appear right.  Sorry about the confusion.  The rules I've
given need '!important' declarations for when placed in
"userChrome.css":
[...]

Here's "full size scale" variant as a bonus:

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

#folderpane-splitter > grippy,
#threadpane-splitter > grippy {
  min-width: 10px !important;
  min-height: 200px !important;
  background-size: contain;
}

#folderpane-splitter[orient="vertical"] > grippy,
#threadpane-splitter[orient="vertical"] > grippy {
  min-width: 200px !important;
  min-height: 10px !important;
}

I've tried these with no '!important' declarations working, but
applied via Stylish [1], actually.  I'm mostly using Stylish for all
of traditional "userContent.css" and "userChrome.css" customizations
ever since Bug 676054 [2] was implemented and then incorporated into
Stylish [3].  This is much preferred by me as it almost always
eliminates the need of '!important' declarations which often do more
harm than what they solve.

[1] https://addons.mozilla.org/addon/stylish
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=676054
[3] https://github.com/JasonBarnabe/stylish/issues/78

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

Reply via email to