diff options
author | raveit65 <[email protected]> | 2014-11-15 01:35:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 01:38:55 +0100 |
commit | 986f1f5c01e9c1690c87379f3973e73947f31515 (patch) | |
tree | 56dac6cd863adff2ba06b18cf4f2ffc45a07fcea /desktop-themes/BlueMenta | |
parent | 66e37978619c814ca89d526ee6413c604a97a861 (diff) | |
download | mate-themes-986f1f5c01e9c1690c87379f3973e73947f31515.tar.bz2 mate-themes-986f1f5c01e9c1690c87379f3973e73947f31515.tar.xz |
Menta themes GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |