From 81bb90102116b867b92150c970d4de8c22e5c2b7 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 3 Aug 2010 08:39:41 +0000 Subject: [PATCH] themes MDL-23507 made base theme highlight the current week on the course page --- theme/base/style/core.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index c1550975e5d..7550642e049 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -34,6 +34,8 @@ a.dimmed_text, .course-content .section li.activity, .tabtree li {list-style: none;margin:0;padding:0;} +.course-content .current {background:#E3E3E3;} + .inline-list li {display: inline;} .notifytiny {font-size:0.7em;} .notifytiny li, -- 2.43.0