summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-28 16:57:23 +0200
committerraveit65 <[email protected]>2017-07-28 16:57:23 +0200
commit3cdb63bfe1a1615d040480584f316b30190e3912 (patch)
treee43bdc5502121ff367368e6f23c6ba18413b1751 /desktop-themes/BlueMenta/gtk-3.0
parentc6524047d2313ca39316616c2f4a8115f8cb75c9 (diff)
downloadmate-themes-3cdb63bfe1a1615d040480584f316b30190e3912.tar.bz2
mate-themes-3cdb63bfe1a1615d040480584f316b30190e3912.tar.xz
Gtk+-3.20 most themes: fix GtkScale slider mouse-selection if slider is out of range
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 7c6b2920..844e383b 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/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,