summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 14:20:49 +0200
committerraveit65 <[email protected]>2016-05-28 14:20:49 +0200
commit4514aa7ac4720336c06ab4e165b06efb7d41a360 (patch)
tree5d5c0e950fa2bd169b9dc900d1dd920c6e064e43 /desktop-themes
parent8e6fa285c2e5a8b9c05417750602a17af7394848 (diff)
downloadmate-themes-4514aa7ac4720336c06ab4e165b06efb7d41a360.tar.bz2
mate-themes-4514aa7ac4720336c06ab4e165b06efb7d41a360.tar.xz
GTK+-3.20 Blu-Submarine: improve previous commit
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index b6341d80..f683acf4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -559,8 +559,8 @@ MatePanelAppletFrameDBus {
#MatePanelPopupWindow calendar.button:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (shade(@menu_bg_dark_color, 2.03)),
- to (shade(@menu_bg_dark_color, 1.17)));
+ from (alpha(shade(@menu_bg_dark_color, 2.03), 0.6)),
+ to (alpha(shade(@menu_bg_dark_color, 1.17), 0.6)));
color: shade (@theme_selected_bg_color, 1.5);
}