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:
parent
12ce0dc327
commit
ba22a14a87
1 changed files with 11 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue