summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-03 18:04:07 +0200
committerraveit65 <[email protected]>2016-09-03 18:04:38 +0200
commit1828f590b648fa7504a4df7ccca54a3bb7e16a53 (patch)
tree88db0f00605070ee75b6bd39a6164e32f5032f68 /desktop-themes/GreenLaguna
parent5c518ed1b90d05324a9a64f5fb5d30bf9048b148 (diff)
downloadmate-themes-1828f590b648fa7504a4df7ccca54a3bb7e16a53.tar.bz2
mate-themes-1828f590b648fa7504a4df7ccca54a3bb7e16a53.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/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index ef842248..e6036987 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -157,6 +157,9 @@ rubberband,
.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;