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:24:19 +0100
commit62c8084d8385d0714008dda7d3a9a32477ad6c15 (patch)
tree6141ae8053228d141ccdaa1331d277c8fde59e9d /desktop-themes/GreenLaguna
parent15e75a92a79c713864f84fc7d930cd6312bd1c03 (diff)
downloadmate-themes-62c8084d8385d0714008dda7d3a9a32477ad6c15.tar.bz2
mate-themes-62c8084d8385d0714008dda7d3a9a32477ad6c15.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 587eb5aa..2328782c 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -560,6 +560,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;
}