diff options
author | raveit65 <[email protected]> | 2014-11-15 01:35:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 01:37:36 +0100 |
commit | 23a681845017971e8b50c4eed92cf1f9c7344d5e (patch) | |
tree | f79a0b3d8830f8c194dd06df8b9fd20f8a2eada1 /desktop-themes/Menta | |
parent | 98cd09d23512a3955b5f4b9e2459106a88b50501 (diff) | |
download | mate-themes-23a681845017971e8b50c4eed92cf1f9c7344d5e.tar.bz2 mate-themes-23a681845017971e8b50c4eed92cf1f9c7344d5e.tar.xz |
Menta themes GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index cc47101d..c62d18a9 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1542,6 +1542,12 @@ GtkLinkButton.button:active { border-width: 0px; } +.notebook :hover { + -gtk-image-effect: highlight; + background-color: shade(@theme_bg_color, 1.07); + color: @theme_fg_color; +} + .notebook tab { padding: 2px; border-style: solid; |