From 498bdc51f28776b28b76f742c7e13c7725a2cf55 Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 18 Apr 2006 11:00:25 +0000 Subject: [PATCH] Fix, Bug 5161 "Course format weekscss looks unfinished". Added ommitted 'hidden' style, background-color. --- theme/standard/styles_color.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5