Fri, 8 Apr 2016 23:50:06 +0300, /Stanimir Stamenkov/:
Thu, 7 Apr 2016 19:51:10 -0400, /WaltS48/:
Stanimir Stamenkov wrote:

@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;
}

Well, that increased the size, but now I have 2 grippies in each
splitter.

Well, here's what I get:

http://i.imgur.com/N3VZf8M.png

This is with almost vanilla profile.  To rule out conflicts with
possible other customization you might have in your profile, you
could try enhancing the first rule given like:

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

Again, add '!important' declarations, if you're using "userChrome.css" (vs. Stylish extension):

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

--
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to