Re: background color for GtkTreeView



On Sat, Mar 10, 2018 at 10:40 PM,  <codemusings gmail com> wrote:

that does seem to do the trick. Seems rather unfortunate though to set
it by manually. I was hoping there's at least a predefined theme color
variable anywhere to put in here.

You might try using the :not CSS selector. The documentation mentions
it so it is probably supported:

https://developer.gnome.org/gtk3/stable/chap-css-overview.html

    treeview:not(:selected) { background-color: #fffae1; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]