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
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
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
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
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