summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 01:35:30 +0100
committerraveit65 <[email protected]>2014-11-15 01:37:36 +0100
commit23a681845017971e8b50c4eed92cf1f9c7344d5e (patch)
treef79a0b3d8830f8c194dd06df8b9fd20f8a2eada1 /desktop-themes/BlueMenta
parent98cd09d23512a3955b5f4b9e2459106a88b50501 (diff)
downloadmate-themes-23a681845017971e8b50c4eed92cf1f9c7344d5e.tar.bz2
mate-themes-23a681845017971e8b50c4eed92cf1f9c7344d5e.tar.xz
Menta themes GTK3: enable hover effect in notebook views
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css6
1 files changed, 6 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 32d9c39a..394fa7dc 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1541,6 +1541,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;