diff options
author | raveit65 <[email protected]> | 2017-07-28 16:57:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-28 16:57:23 +0200 |
commit | 3cdb63bfe1a1615d040480584f316b30190e3912 (patch) | |
tree | e43bdc5502121ff367368e6f23c6ba18413b1751 /desktop-themes/TraditionalOk | |
parent | c6524047d2313ca39316616c2f4a8115f8cb75c9 (diff) | |
download | mate-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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 4df9ef32..472afab9 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -684,18 +684,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 { |