From 2743a2d3474d04d1718f36575cd4f43d6365f7e6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 15 Nov 2014 15:05:44 +0100 Subject: ContrastHighInverse GTK3: enable hover effect in notebook views --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- cgit v1.2.1