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:07 +0200
commit1c7b247efaec4be0e5142df10a4fa764b8a637e6 (patch)
tree776fb961161fa452771c83792187f70f232f9cd1 /desktop-themes/GreenLaguna
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/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 b8b6626f..78dd7609 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;