summaryrefslogtreecommitdiff
path: root/desktop-themes/Shiny
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 13:44:02 +0100
committerraveit65 <[email protected]>2014-11-15 13:45:09 +0100
commit15e75a92a79c713864f84fc7d930cd6312bd1c03 (patch)
tree11ec8aad6d94d635c890b2cef68f23ac67e17c9c /desktop-themes/Shiny
parent06197cd4abb35f8639e76175b06c305edfb32654 (diff)
downloadmate-themes-15e75a92a79c713864f84fc7d930cd6312bd1c03.tar.bz2
mate-themes-15e75a92a79c713864f84fc7d930cd6312bd1c03.tar.xz
Shiny GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/Shiny')
-rw-r--r--desktop-themes/Shiny/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
index 2f53f301..86758375 100644
--- a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
@@ -1331,6 +1331,12 @@ GtkComboBox .menu .menuitem *:insensitive {
/*font-weight: 300;*/
}
+.notebook :hover {
+ -gtk-image-effect: highlight;
+ background-color: shade(@bg_color, 1.05);
+ color: @fg_color;
+}
+
.notebook tab {
background-image: none;
background-color: transparent;