From 856bb4b40c9554110974f9aabc7aea1b8cccf776 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 28 Jul 2017 16:57:23 +0200 Subject: Gtk+-3.20 most themes: fix GtkScale slider mouse-selection if slider is out of range --- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Menta') 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, -- cgit v1.2.1