First of all, thanks for the impressive A3 Atlantis theme, your work highly appreciated! ...however, I'd like to report a tiny usability issue in CSS -colors when having "Update Status" module installed. Please take a look at the attached screen shot.

Thanks, all the best!

CommentFileSizeAuthor
update-status-screenshot.png85.97 KBAbilnet

Comments

JohnForsythe’s picture

Status: Active » Fixed

Thanks, this will be fixed in the next release.

In the mean time, just add the following to the end of your style.css file:

/**
 * Update Status
 */

.update-status tr.error { background: #633; }
.update-status tr.error .version-recommended { background: #644; }
.update-status tr.ok { background: #464; }
.update-status tr.warning { background: #664; }
.update-status tr.warning .version-recommended { background: #665; }
.update-status table.version-security .version-title { color: #e10; }
.update-status .security-error { color: #e10; }
Abilnet’s picture

That's cool, looks nice now... thanks a lot, appreciated!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.