David H. Durgee schrieb:
David H. Durgee wrote:
I just upgraded to 2.49.1 over the weekend.  While everything in general seems fine, I have one annoying problem.  The steppers(arrows) on my scroll-bars have disappeared.  I am using the little-monkey theme and had steppers in 2.48, so I am puzzled.

I seem to recall a post from someone about a pref to enable steppers, but if that is the case the pref got lost in the update.  Can anyone point me to a way to get my steppers back?

Dave

Problem solved.  Found the config file I needed to add:

Create a file ~/.config/gtk-3.0/gtk.css containing the following:

     *{
     -GtkScrollbar-has-backward-stepper: 1;
     -GtkScrollbar-has-forward-stepper: 1;
     -GtkRange-slider-width: 13;
     -GtkRange-stepper-size: 13;
     }

This works in linux mint 18.2 x64 cinnamon and probably most linux distributions.

Dave

Thank you Dave.

Wolf

--
Linux Mint 18.2 Sonya, MATE, 64-bit
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.1
Lightning-5.4 -sm+tb
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to