summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-03 18:04:07 +0200
committerraveit65 <[email protected]>2016-09-03 18:04:07 +0200
commit1c7b247efaec4be0e5142df10a4fa764b8a637e6 (patch)
tree776fb961161fa452771c83792187f70f232f9cd1 /desktop-themes/TraditionalOk
parent5e770fcd86ea134364883a5f20307110faaa8a7d (diff)
downloadmate-themes-1c7b247efaec4be0e5142df10a4fa764b8a637e6.tar.bz2
mate-themes-1c7b247efaec4be0e5142df10a4fa764b8a637e6.tar.xz
GTK+-3.20 all themes: add background-image to the ruberband style class
- needed for latest changes in mate-screenshot
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index ca61a771..3458224b 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -178,6 +178,9 @@ button spinner:checked {
view rubberband,
rubberband {
background-color: alpha (@theme_selected_bg_color, 0.35);
+ background-image: linear-gradient(to bottom,
+ alpha (@theme_selected_bg_color, 0.35),
+ alpha (@theme_selected_bg_color, 0.35));
border-color: @theme_selected_bg_color;
border-style: solid;
border-width: 1px;