From 013cb1857246b1f1335da4e207be4104f698a705 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 29 Jun 2015 17:24:30 -0300 Subject: [PATCH] Improve processed tasks view --- public/stylesheets/tasks.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/tasks.css b/public/stylesheets/tasks.css index e6a3bf2..af2951e 100644 --- a/public/stylesheets/tasks.css +++ b/public/stylesheets/tasks.css @@ -63,11 +63,11 @@ } .task-processed .task.status-3 { - background-color: rgb(255, 203, 203); + background-color: rgb(205, 252, 218); } .task-processed .task.status-2 { - background-color: rgb(205, 252, 218); + background-color: rgb(255, 203, 203); } -- libgit2 0.21.2