summaryrefslogtreecommitdiff
path: root/gtk-3.0
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2014-10-01 02:49:03 -0400
committerJean-Philippe Fleury <contact@jpfleury.net>2014-10-01 02:49:03 -0400
commitb713e433b97303141959986afcf207989b7ed783 (patch)
tree37be332a1fb5f8152725a2a35dd47af9e01575f0 /gtk-3.0
parentd66f107c5afcad496eb73c5c5e39d7369552f149 (diff)
.list-row:hover and GtkTreeView:hover
Diffstat (limited to 'gtk-3.0')
-rw-r--r--gtk-3.0/gtk-widgets.css7
1 files changed, 6 insertions, 1 deletions
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,