diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml index 3ba5d496c02..e1982ee6bd1 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml @@ -38,7 +38,7 @@ style="background-color: #{item.processingStatus.title == 'statusDone' ? 'var(--green)' : ''} #{item.processingStatus.title == 'statusInProcessing' ? 'var(--light-green)' : ''} - #{item.processingStatus.title == 'statusOpen' ? 'var(--light-orange)' : ''} + #{item.processingStatus.title == 'statusOpen' ? 'var(--blue)' : ''} #{item.processingStatus.title == 'statusLocked' ? 'var(--orange)' : ''};" /> diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/progressColumn.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/progressColumn.xhtml index e5da45bc112..774595242c2 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/progressColumn.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/progressColumn.xhtml @@ -27,8 +27,8 @@ var(--green) #{process.progressClosed}%, var(--light-green) #{process.progressClosed}%, var(--light-green) #{process.progressInProcessing + process.progressClosed}%, - var(--light-orange) #{process.progressInProcessing + process.progressClosed}%, - var(--light-orange) #{process.progressOpen + process.progressClosed + process.progressInProcessing}%, + var(--blue) #{process.progressInProcessing + process.progressClosed}%, + var(--blue) #{process.progressOpen + process.progressClosed + process.progressInProcessing}%, var(--orange) #{process.progressOpen + process.progressClosed + process.progressInProcessing}%);" /> diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/tasks/taskList.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/tasks/taskList.xhtml index 699b8225247..8f55d8d3d84 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/tasks/taskList.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/tasks/taskList.xhtml @@ -84,7 +84,7 @@ style="margin-right:10px; background-color: #{item.processingStatus.title == 'statusDone' ? 'var(--green)' : ''} #{item.processingStatus.title == 'statusInProcessing' ? 'var(--light-green)' : ''} - #{item.processingStatus.title == 'statusOpen' ? 'var(--light-orange)' : ''} + #{item.processingStatus.title == 'statusOpen' ? 'var(--blue)' : ''} #{item.processingStatus.title == 'statusLocked' ? 'var(--orange)' : ''};" />