From 3cdb63bfe1a1615d040480584f316b30190e3912 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/Blue-Submarine/gtk-3.0/gtk-widgets.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 4a38a402..1c32edb9 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -682,11 +682,15 @@ scale.horizontal { } scale.horizontal trough { - min-height: 3px; + min-height: 3px; + margin-left: 8px; + margin-right: 8px; } scale.vertical trough { - min-width: 3px; + min-width: 3px; + margin-top: 8px; + margin-bottom: 8px; } scale trough { -- cgit v1.2.1