From: nfreear Date: Tue, 18 Apr 2006 11:00:25 +0000 (+0000) Subject: Fix, Bug 5161 "Course format weekscss looks unfinished". Added ommitted 'hidden'... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=498bdc51f28776b28b76f742c7e13c7725a2cf55;p=moodle.git Fix, Bug 5161 "Course format weekscss looks unfinished". Added ommitted 'hidden' style, background-color. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index a9bc3b98fa..5fd564ce8e 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -484,6 +484,7 @@ table.minicalendar { background: #FFD991; } +#course-view .weekscss .hidden, #course-view .hidden td.side { background: #DDDDDD; }