diff options
author | raveit65 <[email protected]> | 2016-05-28 14:20:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-28 14:21:20 +0200 |
commit | 327e411c8b27d16c92f5febd99d96334b0243320 (patch) | |
tree | 5d5c0e950fa2bd169b9dc900d1dd920c6e064e43 /desktop-themes/Blue-Submarine | |
parent | d6393d7a06533b23f36b5e64afdb8c502fa32a3c (diff) | |
download | mate-themes-327e411c8b27d16c92f5febd99d96334b0243320.tar.bz2 mate-themes-327e411c8b27d16c92f5febd99d96334b0243320.tar.xz |
GTK+-3.20 Blu-Submarine: improve previous commit
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 4 |
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); } |