Commit 013cb1857246b1f1335da4e207be4104f698a705
1 parent
ac25637b
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Improve processed tasks view
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/stylesheets/tasks.css
... | ... | @@ -63,11 +63,11 @@ |
63 | 63 | } |
64 | 64 | |
65 | 65 | .task-processed .task.status-3 { |
66 | - background-color: rgb(255, 203, 203); | |
66 | + background-color: rgb(205, 252, 218); | |
67 | 67 | } |
68 | 68 | |
69 | 69 | .task-processed .task.status-2 { |
70 | - background-color: rgb(205, 252, 218); | |
70 | + background-color: rgb(255, 203, 203); | |
71 | 71 | } |
72 | 72 | |
73 | 73 | ... | ... |