Bug #1343: Styled in grey all closed/finished/cancelled projects in company view

We are finally considering that information on the projects having assignment or
not, is not relevant enough, so we are not specifiying a different style for
.standard-task.assigned.project-closed elements

FEA: ItEr76S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-02-13 12:55:31 +01:00
parent 12ce0dc327
commit ba22a14a87

View file

@ -172,8 +172,19 @@
.standard-task {
background-color: #abcde1; /* NOT_ALLOCATED_TASK_BLUE */
}
.box.standard-task.project-closed {
background-color: #CCC; /* CLEAR_GREY */
border: 1px dotted;
}
.project-closed + .deadline {
opacity: 0.2;
}
.project-closed .completion2 {
background-color: #999;
}
.subcontracted-task {