diff options
author | raveit65 <[email protected]> | 2014-11-15 01:35:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 01:38:22 +0100 |
commit | 06197cd4abb35f8639e76175b06c305edfb32654 (patch) | |
tree | 9f17d8f0c369757571b279d620dd2f72801dead6 /desktop-themes/Menta | |
parent | 6c79f277ee08376e2d50dcd24c5dac3eecb50395 (diff) | |
download | mate-themes-06197cd4abb35f8639e76175b06c305edfb32654.tar.bz2 mate-themes-06197cd4abb35f8639e76175b06c305edfb32654.tar.xz |
Menta themes GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/Menta')
-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 a94821c5..8fafcfb5 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1515,6 +1515,12 @@ GtkLinkButton.button:active { 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; |