diff options
author | raveit65 <[email protected]> | 2016-05-28 14:20:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-28 14:21:37 +0200 |
commit | c15193b9b718ffbf8e42e9ad549164025d9d37f4 (patch) | |
tree | 6f232f2678d4ad609f98bb8b2818254198446ca3 /desktop-themes | |
parent | e780ac3331e6f3d83042421c60e50e1b668083e2 (diff) | |
download | mate-themes-c15193b9b718ffbf8e42e9ad549164025d9d37f4.tar.bz2 mate-themes-c15193b9b718ffbf8e42e9ad549164025d9d37f4.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.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 a670a1ad..d5cdece5 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); } |