From a6e3110549367551614546070f755b346641fd7c Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Wed, 7 Oct 2015 17:30:16 -0700 Subject: [PATCH] Update course details completed level/concept to light blue --- app/styles/courses/course-details.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/courses/course-details.sass b/app/styles/courses/course-details.sass index 3cace8e09..2cdeb737f 100644 --- a/app/styles/courses/course-details.sass +++ b/app/styles/courses/course-details.sass @@ -26,7 +26,7 @@ padding: 2px .progress-concept-cell-complete - background-color: lightgray + background-color: lightblue .progress-concept-cell-started background-color: lightgreen @@ -76,7 +76,7 @@ padding: 2px .progress-key-complete - background-color: lightgray + background-color: lightblue .progress-key-started background-color: lightgreen @@ -99,7 +99,7 @@ .progress-level-cell-complete cursor: pointer - background-color: lightgray + background-color: lightblue .progress-level-cell-started cursor: pointer