summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 15:05:44 +0100
committerraveit65 <[email protected]>2014-11-15 15:07:17 +0100
commit2743a2d3474d04d1718f36575cd4f43d6365f7e6 (patch)
tree2bb70a015a55c2af6b3d0c76221da341b043a0f2 /desktop-themes/ContrastHighInverse
parent09fab7ca990119d3066e908826e6ddf57325122c (diff)
downloadmate-themes-2743a2d3474d04d1718f36575cd4f43d6365f7e6.tar.bz2
mate-themes-2743a2d3474d04d1718f36575cd4f43d6365f7e6.tar.xz
ContrastHighInverse GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 4701d2ea..ca99e911 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -863,6 +863,12 @@ GtkSwitch.trough:active:insensitive {
background-color: @theme_notebook_bg;
}
+.notebook :hover {
+ -gtk-image-effect: highlight;
+ background-color: shade(@theme_notebook_bg, 1.03);
+ color: @theme_fg_color;
+}
+
.notebook tab {
padding: 3px;
background-color: @theme_base_color;