summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css6
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 9ab2fe5b..1257666d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1516,6 +1516,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 {
border-color: transparent;
border-width: 0px;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index a94821c5..8fafcfb5 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1515,6 +1515,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 {
border-color: transparent;
border-width: 0px;