Commit 4012f3295005c41f97ba7c6ea85fea8b173e3417
Exists in
staging
and in
4 other branches
Merge branch 'processed_tasks' into production
Showing
2 changed files
with
10 additions
and
1 deletions
Show diff stats
app/views/tasks/processed.html.erb
public/stylesheets/tasks.css
... | ... | @@ -103,6 +103,15 @@ |
103 | 103 | padding: 12px; |
104 | 104 | } |
105 | 105 | |
106 | +.task-processed .task.status-3 { | |
107 | + background-color: rgb(255, 203, 203); | |
108 | +} | |
109 | + | |
110 | +.task-processed .task.status-2 { | |
111 | + background-color: rgb(205, 252, 218); | |
112 | +} | |
113 | + | |
114 | + | |
106 | 115 | .task-processed ul { |
107 | 116 | padding: 0; |
108 | 117 | } | ... | ... |