summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 15:05:44 +0100
committerraveit65 <[email protected]>2014-11-15 15:06:46 +0100
commit9836f80e21bffd987361b21f4d9d5afe7c69a1e8 (patch)
treed5dfad89424393ec950ada83d442daac22fad424 /desktop-themes/ContrastHighInverse/gtk-3.0
parent62c8084d8385d0714008dda7d3a9a32477ad6c15 (diff)
downloadmate-themes-9836f80e21bffd987361b21f4d9d5afe7c69a1e8.tar.bz2
mate-themes-9836f80e21bffd987361b21f4d9d5afe7c69a1e8.tar.xz
ContrastHighInverse GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-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 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;