On Fri, 2016-07-01 at 12:06 +0200, Glus Xof wrote: > Hi guys, > > I'm looking for the CSS sentence to change the GtkTreeView Bar > Color... I > mean the selection bar that is set like blue in Adwaita default theme > (in > gtk+-3.0 style). > > I tested unsuccesfully with > > GtkTreeView :selected {background-color: #...} > > But I don't see any reference documentation for that... > Google or GtkInspector may help. For my gtk 3.18 this entry makes the blue bars black: $ cat ~/.config/gtk-3.0/gtk.css GtkTreeView row:selected { background-color: #000; } _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list