diff options
author | raveit65 <[email protected]> | 2014-11-15 01:35:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 01:39:19 +0100 |
commit | 74e46e48002437e93057a47ed4f6e85f3851b725 (patch) | |
tree | 5ddbf3b2c1882c3be3ae14521f3d28b3ba1fe348 /desktop-themes/Menta/gtk-3.0 | |
parent | e978f8b246674fe34afa2585f4e57e17309afe65 (diff) | |
download | mate-themes-74e46e48002437e93057a47ed4f6e85f3851b725.tar.bz2 mate-themes-74e46e48002437e93057a47ed4f6e85f3851b725.tar.xz |
Menta themes GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index cfd32bce..a4d1ccd4 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1558,6 +1558,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; |