summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 39f5f259..18820be5 100644
--- a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
@@ -1360,6 +1360,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;