From 74e46e48002437e93057a47ed4f6e85f3851b725 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 15 Nov 2014 01:35:30 +0100 Subject: Menta themes GTK3: enable hover effect in notebook views --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index be6ab7ed..4b0a49fc 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1559,6 +1559,12 @@ GtkCalendar.header .stack-switcher > .titlebutton.button { border-width: 0px; } +.notebook :hover { + -gtk-image-effect: highlight; + background-color: shade(@theme_bg_color, 1.07); + color: @theme_fg_color; +} + .notebook tab { border-color: transparent; border-width: 0px; -- cgit v1.2.1