summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 15:05:44 +0100
committerraveit65 <[email protected]>2014-11-15 15:07:00 +0100
commitf0ece79f4db2002c399e72b0c9a350dbc16ffaa0 (patch)
treebcd77c5daf222182fcc13c5fdbf7e4ab4470488f
parenta8bd6fdce190e31587f8b78dc17b3aac56fef866 (diff)
downloadmate-themes-f0ece79f4db2002c399e72b0c9a350dbc16ffaa0.tar.bz2
mate-themes-f0ece79f4db2002c399e72b0c9a350dbc16ffaa0.tar.xz
ContrastHighInverse GTK3: enable hover effect in notebook views
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css6
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 4701d2ea..ca99e911 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;