summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 14:22:55 +0100
committerraveit65 <[email protected]>2014-11-15 14:25:03 +0100
commit09fab7ca990119d3066e908826e6ddf57325122c (patch)
tree46b30a5d7357b13ba5e6452e9a60bc97764ad6df /desktop-themes/GreenLaguna
parentbbb65a8e194d0e73f7fd35243f3a7bc4e14735f5 (diff)
downloadmate-themes-09fab7ca990119d3066e908826e6ddf57325122c.tar.bz2
mate-themes-09fab7ca990119d3066e908826e6ddf57325122c.tar.xz
GreenLaguna GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index c8bed192..f7ed2196 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -614,6 +614,12 @@ GtkLevelBar.vertical {
-GtkWidget-focus-line-width: 0;
}
+.notebook :hover {
+ -gtk-image-effect: highlight;
+ background-color: shade(@theme_bg_color, 1.03);
+ color: @theme_fg_color;
+}
+
.notebook.arrow:insensitive {
color: transparent;
}