Re: background color for GtkTreeView
- From: Luca Bacci <luca bacci982 gmail com>
- To: codemusings gmail com
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: background color for GtkTreeView
- Date: Sat, 10 Mar 2018 15:13:00 +0100
try with
treeview:selected {
background-color: white;
}
Luca
2018-03-10 14:26 GMT+01:00 <codemusings 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]