Tiny CSS fix?
Abilnet - July 21, 2008 - 22:31
| Project: | A3 Atlantis |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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!
| Attachment | Size |
|---|---|
| update-status-screenshot.png | 85.97 KB |

#1
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; }
#2
That's cool, looks nice now... thanks a lot, appreciated!
#3
Automatically closed -- issue fixed for two weeks with no activity.