Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-26 19:54:42 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-01 16:24:48 (GMT)
commit49f89431232c0c8e1d1a7cf037c000524d48174a (patch)
treee38616b53e60689267019d5d7a4bc317fe6d24e0
parentc3bd107e978949ba5ecf1517e37b4a7576d9caa4 (diff)
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 <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em4
1 files changed, 4 insertions, 0 deletions
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;
}