diff options
author | raveit65 <[email protected]> | 2017-07-28 16:57:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-28 16:58:22 +0200 |
commit | 273b5140eedc0a817a537d211bb57c1ff6b6b00b (patch) | |
tree | 76ac12b82106f38f73cbf4ca8b81923e239e7f5a /desktop-themes/TraditionalGreen | |
parent | 25ffcf7a681be3c91c5d7cf26b6a60b709ff253a (diff) | |
download | mate-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/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 58ca6442..fc4ec5ca 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -683,18 +683,21 @@ scale.horizontal { } scale.horizontal trough { - min-height: 3px; + min-height: 3px; margin: 8px 0; + margin-left: 10px; + margin-right: 10px; } scale.horizontal.marks-after trough { min-height: 3px; } -scale trough, scale.vertical trough { min-width: 3px; margin: 0 6px; + margin-top: 10px; + margin-bottom: 10px; } scale trough { |