diff options
author | raveit65 <[email protected]> | 2014-11-15 14:22:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 14:22:55 +0100 |
commit | 20647bc7dc51bbbe390440d20791103416020e92 (patch) | |
tree | 0d402f32a90dacc948d8e767c75dc2210b4c129c /desktop-themes | |
parent | f675a1918da470b924012b9c679b5585bd3ac115 (diff) | |
download | mate-themes-20647bc7dc51bbbe390440d20791103416020e92.tar.bz2 mate-themes-20647bc7dc51bbbe390440d20791103416020e92.tar.xz |
GreenLaguna GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 5790e831..f00941ae 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -533,6 +533,12 @@ GtkLevelBar.vertical { -GtkNotebook-initial-gap: 0; } +.notebook :hover { + -gtk-image-effect: highlight; + background-color: shade(@theme_bg_color, 1.03); + color: @theme_fg_color; +} + .notebook.arrow:insensitive { color: transparent; } |