Merge branch 'kimth/mark-graded' of https://github.com/MITx/mitx into kimth/mark-graded
This commit is contained in:
BIN
lms/static/images/graded.png
Normal file
BIN
lms/static/images/graded.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 571 B |
@@ -180,6 +180,18 @@ section.course-index {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
&.graded {
|
||||
> a {
|
||||
background-image: url('../images/graded.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 97% center;
|
||||
}
|
||||
|
||||
&.active > a {
|
||||
@include background-image(url('../images/graded.png'), linear-gradient(top, #e6e6e6, #d6d6d6));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user