summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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/BlueMenta
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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index d4c72eb4..dd40f144 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -183,11 +183,14 @@ flowbox rubberband,
treeview.view rubberband,
.content-view rubberband,
rubberband {
- background-color: alpha (@theme_selected_bg_color, 0.35);
- border-color: @theme_selected_bg_color;
- border-style: solid;
- border-width: 1px;
- border-radius: 0px;
+ 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;
+ border-radius: 0px;
}
statusbar label,