Can anyone help letting me know how to tweak the skin so it shows wider
scrollbars?

I run on Ubuntu with Firefoxa on a touchscreen and I tweaked my local
GTK settings so that all my scrollbars are wider to support the touch
interface. Material Skin worked well with these wider scrollbars
initially but an update somewhere along the line now means Material Skin
always shows default skinny scrollbars which are not very usable with
touchscreen. Every other app/web page shows my tweaked wide scrollbars.

I tried and failed to use the browser inspector to find or add settings
which would increase the size of the scrollbars and also tried a load of
CSS settings in the custom CSS file
(prefs/plugin/material-skin.desktop.css) as per the docs. But I'm no CSS
expert and cannot seem to get it to do what I want to do. These are my
GTK tweaks in Ubuntu:

Added the following to ~/.config/gtk-3.0/gtk.css

Code:
--------------------
    
  scrollbar slider {
  /* Size of the slider */
  min-width: 35px;
  min-height: 35px;
  border-radius: 22px;
  
  /* Padding around the slider */
  border: 5px solid transparent;
  }
--------------------


I'm sure I'm close but CSS property scrollbar-width doesn't take a pixel
value so I think I need to add the min-width property somewhere but
where? I can't seem to find any CSS which deals with scrollbars and
scrollbars are not a selectable element in the inspector tool so not
sure where to go from here.

Any help appreciated. :o


------------------------------------------------------------------------
codlord's Profile: http://forums.slimdevices.com/member.php?userid=70008
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to