From 63960ee4a276941e1a70b91c1baa3b2c55f19234 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 15 May 2013 11:26:34 -0400 Subject: [PATCH] style change for is-set --- cms/static/sass/views/_unit.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index 74a354d09d..c320996095 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -506,6 +506,7 @@ body.course.unit { .mode { display: inline-block; + margin-left: 8px; &.inactive-mode{ display: none; @@ -518,13 +519,13 @@ body.course.unit { &.is-set { @include linear-gradient($blue, $blue); color: $blue-d1; - box-shadow: inset 1px 1px 1px $shadow-d1; - background-color: $blue; + box-shadow: inset 0 1px 2px 2px $shadow; + background-color: $blue-d4; cursor: default; &:hover { - box-shadow: inset 1px 1px 1px $shadow-d1; - background-color: $blue; + box-shadow: inset 0 1px 2px 2px $shadow; + background-color: $blue-d4; } } }