Comment 3 for bug 881472

Revision history for this message
Nokir (nokir) wrote :

To get the buttons back, comment out the following lines.
Use # for gtk2 and /* */ for gtk3.

/usr/share/themes/greybird/gtk-3.0/gtk-widgets.css:
      -GtkScrollbar-has-forward-stepper: 0;
      -GtkScrollbar-has-backward-stepper: 0;

/usr/share/themes/greybird/gtk-3.0/gtk-bars.css:
      -GtkRange-arrow-scaling: 0;
      -GtkRange-stepper-size: 0;

/usr/share/themes/greybird/gtk-2.0/gtkrc:
        GtkScrollbar::stepper-size = 0
        GtkScrollbar::arrow-scaling = 0.0