diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/gtkrc | 6 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index e3ad21be..5e8068be 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -49,8 +49,8 @@ style "murrine-default" { GtkImage ::x-ayatana-indicator-dynamic = 1
- GtkScrollbar ::has-backward-stepper = 0
- GtkScrollbar ::has-forward-stepper = 0
+ GtkScrollbar ::has-backward-stepper = 1
+ GtkScrollbar ::has-forward-stepper = 1
GtkScrollbar ::min-slider-length = 15
GtkScrollbar ::slider-width = 13
GtkScrollbar ::trough-border = 0
@@ -63,7 +63,7 @@ style "murrine-default" { GtkRange ::trough-border = 0
GtkRange ::slider-width = 11
- GtkRange ::stepper-size = 0
+ GtkRange ::stepper-size = 16
GtkRange ::stepper_spacing = 0
GtkRange ::trough-under-steppers = 0
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 61edb3b6..606bd69c 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1765,8 +1765,9 @@ GtkComboBox .button:hover { background-image: none; border-style: solid; -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-has-backward-stepper: true; + -GtkScrollbar-has-forward-stepper: true; + -GtkRange-stepper-size: 16; -GtkRange-slider-width: 13; -GtkScrollbar-min-slider-length: 42; /* minimum size for the slider. sadly can't be in '.slider' where it belongs */ |