ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Overdue tasks are not highlighted (Bug #634)


Added by Eugene Pisarev at 2011-09-21 12:11 pm. Updated at 2011-09-21 11:15 pm.


Status:Open Start date:2011-09-21
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Themes
Target version:-
Remote issue URL: Affected version:

Description

Originaly was found in Redmine, but in ChilliProject's I've found the same code.

In the "application.css" we have a class "issue-overdue":
.version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}

but in the "issue.rb" class name is "overdue":
s << ' overdue' if overdue?


Also available in: Atom PDF