diff options
author | raveit65 <[email protected]> | 2014-12-26 03:25:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-26 03:26:05 +0100 |
commit | 962f51682d7567acf86f6fc33e6afd8e94953464 (patch) | |
tree | 68269d96759a3162c52d8f58c0d39d131782b0c2 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | ba912e6941be7605f70f6b50f3f71169d1b3d437 (diff) | |
download | mate-themes-962f51682d7567acf86f6fc33e6afd8e94953464.tar.bz2 mate-themes-962f51682d7567acf86f6fc33e6afd8e94953464.tar.xz |
GreenLaguna GTK3: set hover color for sidebars and view entries
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 25 |
1 files changed, 24 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 732a53cd..c1d37247 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -214,6 +214,14 @@ color: @theme_selected_fg_color; } +/* ie. pluma open dialog */ +.view row:hover { + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade(@theme_bg_color, 0.80)); + color: shade (@theme_selected_bg_color, 0.35); +} + /* Exceptional views */ GtkTextView.view, GtkTextView.view:insensitive, @@ -1354,7 +1362,7 @@ GtkTreeMenu .menuitem * { /*border-color: shade(@theme_selected_bg_color, 0.8);*/ background-image: linear-gradient(to bottom, @theme_bg_color, - shade(@theme_bg_color, 0.55)); + shade(@theme_bg_color, 0.80)); } .menu.button:insensitive { @@ -2476,6 +2484,21 @@ GtkLabel { color: alpha(@frame_color, 0.6); } +.sidebar row:hover { + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade(@theme_bg_color, 0.80)); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* ie. pluma open dialog */ +.sidebar GtkTreeView row:hover { + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade(@theme_bg_color, 0.80)); + color: shade (@theme_selected_bg_color, 0.35); +} + ApDocView, /* Abiword */ EogScrollView, /* Eog */ CheeseThumbView /* Cheese */ |