summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-28 16:57:23 +0200
committerraveit65 <[email protected]>2017-07-28 16:58:00 +0200
commit856bb4b40c9554110974f9aabc7aea1b8cccf776 (patch)
treeca49f4f17be113af4f7350c9dfe9fe97f10ac53f /desktop-themes/TraditionalGreen
parent5923eed2cfce3d15529f43b3cee47787bf4b6ee7 (diff)
downloadmate-themes-856bb4b40c9554110974f9aabc7aea1b8cccf776.tar.bz2
mate-themes-856bb4b40c9554110974f9aabc7aea1b8cccf776.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.css7
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 05fd2b84..58921f4c 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 {