Sailfish wrote:
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.


Thanks much! I'll try this tomorrow after some sleep and an eye doctor exam tomorrow ... once the drops wear off and I can see again.

--
Ed Mullen
http://edmullen.net/
"Just remember one thing in life - no matter where you go - there you are." - Peter Weller in The Adventures of Buckeroo Banzai (1984)
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to