summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-03-02 22:49:02 +0100
committerraveit65 <[email protected]>2014-10-16 21:04:29 +0200
commitb0aa114381f50a13e20b2e4614a5963561bce729 (patch)
treee993929f425f0da17a469072471c80dbe6109dbe /desktop-themes
parent6c2c672b7cc359430e30ae7f1ed58bca058c5366 (diff)
downloadmate-themes-b0aa114381f50a13e20b2e4614a5963561bce729.tar.bz2
mate-themes-b0aa114381f50a13e20b2e4614a5963561bce729.tar.xz
GreenLaguna: improve menu item hover color
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index ebaea666..6ce8db0c 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -1214,7 +1214,7 @@ GtkTreeMenu .menuitem * {
.menu .menuitem:hover {
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 2.0),
- @theme_bg_color 20%,
+ @theme_bg_color 1%,
shade(@theme_selected_bg_color, 0.9));
color: @theme_text_color;
border-style: solid;