From 7e33a33bf13654c297abf93448725f89d847a5b4 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 29 Jan 2005 12:26:37 +0000 Subject: [PATCH] Course boxes should have a white background --- 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 8213fad135..29b43a6332 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -154,6 +154,7 @@ th { .categoryboxcontent, .courseboxcontent { border-color:#DDDDDD; /* borders */ + background: #FFFFFF; } .weeklydatetext { -- 2.39.5