diff options
author | raveit65 <[email protected]> | 2014-11-15 15:05:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 15:06:29 +0100 |
commit | 89f90c66b9878ae5ce2134315fceb3fc67e97c0a (patch) | |
tree | ce51a941003546cd6664b46e156c20fd8a836919 | |
parent | bd459f1f37e21a12c209113e4e9bc6abca1e637d (diff) | |
download | mate-themes-89f90c66b9878ae5ce2134315fceb3fc67e97c0a.tar.bz2 mate-themes-89f90c66b9878ae5ce2134315fceb3fc67e97c0a.tar.xz |
ContrastHighInverse GTK3: enable hover effect in notebook views
-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 b95e029e..e4cbd5ed 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -863,6 +863,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; |