You are not logged in.

#1 2018-01-17 09:45:54

eyolf
Member
From: Copenhagen
Registered: 2005-11-29
Posts: 339
Website

Disable alternating row colors in gtk themes

Well, how does one do it? I've searched through gtk.css files for possible rules, and any gnome tweak tool I could think of, but no luck.

Offline

#2 2018-01-17 11:37:50

toz
Member
Registered: 2011-10-28
Posts: 497

Re: Disable alternating row colors in gtk themes

If the application properly exposes the CSS style and assuming it's for a GtkTreeView widget, you could use ":nth-child (even)" and ":nth-child (odd)" pseudo-class declarations. See: https://developer.gnome.org/gtk3/stable … oints.html.

Online

#3 2018-01-18 08:21:12

eyolf
Member
From: Copenhagen
Registered: 2005-11-29
Posts: 339
Website

Re: Disable alternating row colors in gtk themes

Thanks. I've looked at it, and I gave up. I think it's only Evolution that was the problem, and it was - again! - such a disappointing experience on so many points that I gave up.

Offline

Board footer

Powered by FluxBB