summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-28 16:57:23 +0200
committerraveit65 <[email protected]>2017-07-28 16:58:22 +0200
commit273b5140eedc0a817a537d211bb57c1ff6b6b00b (patch)
tree76ac12b82106f38f73cbf4ca8b81923e239e7f5a /desktop-themes/Menta
parent25ffcf7a681be3c91c5d7cf26b6a60b709ff253a (diff)
downloadmate-themes-273b5140eedc0a817a537d211bb57c1ff6b6b00b.tar.bz2
mate-themes-273b5140eedc0a817a537d211bb57c1ff6b6b00b.tar.xz
Gtk+-3.20 most themes: fix GtkScale slider mouse-selection if slider is out of range
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index f03acfdd..b1a8840c 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1028,13 +1028,16 @@ scale.horizontal trough {
min-height: 3px;
margin: 8px 0;
border-radius: 6px;
+ margin-left: 8px;
+ margin-right: 8px;
}
-scale trough,
scale.vertical trough {
min-width: 3px;
margin: 0 6px;
border-radius: 6px;
+ margin-top: 8px;
+ margin-bottom: 8px;
}
scale trough,