Re: Changing the GtkTreeView Bar Color....
- From: Stefan Salewski <mail ssalewski de>
- To: Glus Xof <gtglus gmail com>, ML-gtk <gtk-list gnome org>
- Subject: Re: Changing the GtkTreeView Bar Color....
- Date: Fri, 01 Jul 2016 15:02:24 +0200
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]