diff options
author | raveit65 <[email protected]> | 2014-11-15 01:35:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 01:35:30 +0100 |
commit | 29c09d61b909fac07c237beb9ceebfea215f9867 (patch) | |
tree | 9a150db592b8027c002e4600ffbebea33bd2ba45 | |
parent | f3b9c42fb139dff1de2d1cab58433f192f8333d6 (diff) | |
download | mate-themes-29c09d61b909fac07c237beb9ceebfea215f9867.tar.bz2 mate-themes-29c09d61b909fac07c237beb9ceebfea215f9867.tar.xz |
Menta themes GTK3: enable hover effect in notebook views
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index b0d6c96c..c4897132 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1543,6 +1543,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; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 9d9d8508..b7b31c57 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1516,6 +1516,12 @@ GtkLinkButton.button *:active { background-color: @theme_base_color; } +.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; |