From 49f89431232c0c8e1d1a7cf037c000524d48174a Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 26 Sep 2012 19:54:42 +0000 Subject: Set background color to GtkTreeView - SL #3962 This makes the treeview header get the same style as in GTK+2. The background is the same color as the header button, so looks a rectagular area. And a white round border is visible when the button is active. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 062acbe..8421c1c 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -214,6 +214,10 @@ GtkToggleButton.button:active { color: @black; } +GtkTreeView { + background-color: @button_grey; +} + GtkTreeView row:nth-child(even) { background-color: @row_even; } -- cgit v0.9.1