diff options
author | raveit65 <[email protected]> | 2014-11-15 14:22:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 14:24:19 +0100 |
commit | 62c8084d8385d0714008dda7d3a9a32477ad6c15 (patch) | |
tree | 6141ae8053228d141ccdaa1331d277c8fde59e9d /desktop-themes | |
parent | 15e75a92a79c713864f84fc7d930cd6312bd1c03 (diff) | |
download | mate-themes-62c8084d8385d0714008dda7d3a9a32477ad6c15.tar.bz2 mate-themes-62c8084d8385d0714008dda7d3a9a32477ad6c15.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 587eb5aa..2328782c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -560,6 +560,12 @@ GtkLevelBar.vertical { -GtkWidget-focus-line-width: 0; } +.notebook :hover { + -gtk-image-effect: highlight; + background-color: shade(@theme_bg_color, 1.03); + color: @theme_fg_color; +} + .notebook.arrow:insensitive { color: transparent; } |