From b713e433b97303141959986afcf207989b7ed783 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Fleury Date: Wed, 1 Oct 2014 02:49:03 -0400 Subject: .list-row:hover and GtkTreeView:hover --- gtk-3.0/gtk-widgets.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gtk-3.0') diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index ec1180b..d4dc034 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -511,6 +511,10 @@ GtkListBoxRow.button.list-row { border: none; } +GtkListBoxRow.button.list-row:hover { + background-color: shade(@menubar_menuitem_hover_gradient_a, 1.25); +} + GtkListBoxRow.button.list-row:selected { color: @theme_selected_fg_color; border-style: solid; @@ -1557,7 +1561,8 @@ GtkTreeView:insensitive { color: @insensitive_fg_color; } -GtkTreeView:selected:focus { +GtkTreeView:hover { + background-color: shade(@menubar_menuitem_hover_gradient_a, 1.25); } column-header.button, -- cgit v1.2.3