diff options
author | raveit65 <[email protected]> | 2014-12-26 03:25:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-26 03:25:09 +0100 |
commit | ffe4bbdf2d1225e16989d9fb7c477e8e5fd00423 (patch) | |
tree | 7fa4ea69853d9922c45c51c234942e98965af4a6 /desktop-themes/GreenLaguna | |
parent | f896b885773c8a76dd6848ca1f0a4cf2168559db (diff) | |
download | mate-themes-ffe4bbdf2d1225e16989d9fb7c477e8e5fd00423.tar.bz2 mate-themes-ffe4bbdf2d1225e16989d9fb7c477e8e5fd00423.tar.xz |
GreenLaguna GTK3: set hover color for sidebars and view entries
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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 */ |