Re: background color for GtkTreeView
- From: Yuri Khan <yuri v khan gmail com>
- To: codemusings gmail com
- Cc: Stefan Salewski <mail ssalewski de>, "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: background color for GtkTreeView
- Date: Sat, 10 Mar 2018 23:02:32 +0700
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]