forked from xwiki-contrib/application-task
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
It seems that status ToDo has defined 2 different colors
application-task/application-task-ui/src/main/resources/TaskManager/TaskManagerClass.xml
Lines 882 to 887 in 3f641e8
| .task-manager-status-ToDo { | |
| color: #2173AF; | |
| } | |
| .task-manager-status-ToDo { | |
| color: green; | |
| } |
Logically, the last one will be used in TaskManager.
There's no CSS rule for status InProgress TaskManagerClass file.
Reactions are currently unavailable