The 'Available updates' page shows just fine in this theme as it should (green color for updated modules, yellow-ish for out-of-date status and red for unsupported versions).

The status report though is zebra-styled with white & green. Warnings do get a yellow-ish color and I suppose errors show in red (...or something - I haven't checked). The way it should be though is that all lines were green if things are ok and some other color only if there's something wrong.

Just a minor issue, so set priority as such. Still, it should be fixed IMHO.

Comments

klonos’s picture

...my guess is that it is in this:

tr.odd {
    background-color: #fff;
}

in style.css

Corey Smith’s picture

Status: Active » Closed (won't fix)
klonos’s picture

...thanx Corey.