MDL-27252 themes - fix for nonzero current section highlighting

This commit is contained in:
stabijoh
2011-04-20 12:54:45 -04:00
parent 4452ed6f17
commit 6e405dafde
+3
View File
@@ -153,6 +153,9 @@ a:active {
.course-content .current {
background: #1f5480;
}
.course-content .current .left.side {
color: #fff;
}