Closed (duplicate)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 14:37 UTC
Updated:
20 Jan 2009 at 14:58 UTC
The colors marking the different states of issues or the compatibility of a project release aren't visible anymore (see screenshot).
E.g.
.project-issue tr.state-13 {
background-color:#FFE7DD;
}
is now overwritten by
body, .form-text, .form-password, textarea, th, td
{
background:#FFFFFF none repeat scroll 0 0;
color:#003150;
}
It seems that the order of the declaration has changed so the correct one isn't used anymore.
| Comment | File | Size | Author |
|---|---|---|---|
| issues-status-colors.png | 12.86 KB | stborchert |
Comments
Comment #1
damien tournoud commentedThis is a duplicate of #360936: Drupal.org should theme project issue links with "Assigned" and use the background color of the current "status".
Comment #2
gábor hojtsyIn fact, this bug was caused by #254155: OS theme vs d.org theme and is not related to #360936: Drupal.org should theme project issue links with "Assigned" and use the background color of the current "status".