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.

CommentFileSizeAuthor
issues-status-colors.png12.86 KBstborchert

Comments

damien tournoud’s picture

gábor hojtsy’s picture