Commit 4d97466da4f145c923790b4e67432f33508da532

Authored by Victor Costa
2 parents ef4c95d1 013cb185

Merge branch 'processed_tasks' into production

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/stylesheets/tasks.css
... ... @@ -104,11 +104,11 @@
104 104 }
105 105  
106 106 .task-processed .task.status-3 {
107   - background-color: rgb(255, 203, 203);
  107 + background-color: rgb(205, 252, 218);
108 108 }
109 109  
110 110 .task-processed .task.status-2 {
111   - background-color: rgb(205, 252, 218);
  111 + background-color: rgb(255, 203, 203);
112 112 }
113 113  
114 114  
... ...