Comment 6 for bug 1719668

Revision history for this message
Iain Lane (laney) wrote :

A problem is that the row:nth-child(odd) rule in gtk-widgets.css isn't applying here because of the ".view". I hacked the theme to make it do so, see this screenshot.

row:nth-child(odd) {
    /* zebra stripping, see LP#945430 */
    background-color: shade (@base_color, 0.965);
}

It looks more consistent to me, what do you think?