My bloviated meandering follows what Ed Mullen graced us with on 11/25/2012 11:24 AM:
Is it possible to adjust the width of the sidebar's vertical scrollbar using CSS? If so does anyone know the proper code?

There's no clean way that I'm aware for the SM default theme since it uses system scrollbars but this should work for any themes that style their own scrollbars like Modern or a number of others:

scrollbarbutton {
  width: 10px;
  height: 10px;
  max-width: 10px;
  max-height: 10px;
  background-size: contain;
}

thumb {
  background-size: contain;
}

Note: You can change width/height to your liking and it only works cleanly with CSS3 versions of SM.

--
Sailfish - Netscape Champion
Mozilla Contributor Member - www.mozilla.org/credits/
Netscape/Mozilla Tips: http://www.ufaq.org/ , http://ilias.ca/
Rare Mozilla Stuff: http://www.projectit.com/
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to