diff options
author | raveit65 <[email protected]> | 2014-11-15 15:05:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 15:05:44 +0100 |
commit | b6baf0578b5fb2238ed87d457f2185c9cfba274a (patch) | |
tree | 64f48d1b4228e5b83ef8dc5a48477d49f1b93b0f /desktop-themes | |
parent | 20647bc7dc51bbbe390440d20791103416020e92 (diff) | |
download | mate-themes-b6baf0578b5fb2238ed87d457f2185c9cfba274a.tar.bz2 mate-themes-b6baf0578b5fb2238ed87d457f2185c9cfba274a.tar.xz |
ContrastHighInverse GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 4b0ebe5b..45d47879 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -864,6 +864,12 @@ GtkSwitch.trough:active:insensitive { background-color: @theme_notebook_bg; } +.notebook :hover { + -gtk-image-effect: highlight; + background-color: shade(@theme_notebook_bg, 1.03); + color: @theme_fg_color; +} + .notebook tab { padding: 3px; background-color: @theme_base_color; |