MDL-38900 Change highlighted course section color

This commit is contained in:
David Scotson 2013-04-19 16:39:29 +01:00
parent 3a8c4380c0
commit 13cb4ee0b4
3 changed files with 4 additions and 4 deletions

View File

@ -49,9 +49,6 @@ a.dimmed_text:visited,
margin: 0;
padding: 0;
}
.course-content .current {
background-color: @grayLighter;
}
.inline,
.inline-list li {
display: inline;

View File

@ -92,6 +92,9 @@
.editing .section .activity:hover {
background-color: @grayLighter;
}
.course-content .current {
background-color: @infoBackground;
}
.course-content .section-summary {
border: 1px solid #DDD;
margin-top: 5px;

File diff suppressed because one or more lines are too long