try with

treeview:selected {
  background-color: white;
}

Luca

2018-03-10 14:26 GMT+01:00 <codemusi...@gmail.com>:

> Hi there,
>
> I'm trying to change the background-color of a GtkTreeView by adding a
> css provider with the following style set:
>
>     treeview { background-color: #fffae1; }
>
> Unfortunately this has the effect that the row selection color changes
> from the default blue to this particular background color as well.
>
> Note that I'm aware that I can change the background color of
> individual rows. However, I want to change the color of the entire
> widget including the whitespace.
>
> I can't figure out how to prevent the row selection color from changing
> as well.
>
> Any help would be greatly appreciated.
>
> Tilo
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to