Re: background color for GtkTreeView

2018-03-10 Thread Yuri Khan
On Sat, Mar 10, 2018 at 10:40 PM, 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

Re: background color for GtkTreeView

2018-03-10 Thread codemusings
Hi Stefan, 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. Thank you. Am Samstag, den 10.03.2018, 15:38 +0100 schrieb Stefan Salewski: > On Sat, 2018-03-10 at 14:26 +01

Re: background color for GtkTreeView

2018-03-10 Thread Stefan Salewski
On Sat, 2018-03-10 at 14:26 +0100, codemusi...@gmail.com wrote: > 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

Re: background color for GtkTreeView

2018-03-10 Thread Luca Bacci
try with treeview:selected { background-color: white; } Luca 2018-03-10 14:26 GMT+01:00 : > 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