style change for is-set

This commit is contained in:
marco
2013-05-15 11:26:34 -04:00
parent d264c943a4
commit 63960ee4a2

View File

@@ -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;
}
}
}