The colors for the taskbar overall and completed are too close to one another such that some of the user cannot tell the percent complete. Can anyone tell me the styles to use to color of the overall bar and completed portion.
I have tried (with primary colors as a test.
div.k-task-template {
background-color: red !important;
}
k-task.k-task-complete {
background-color: yellow !important;
}
any help would be appreciated.