From a5ca0d57d8505f93272989abb45c9e9d81f18d9c Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 13 Feb 2007 12:08:43 +0000 Subject: [PATCH] Fixes bug MDL-7257, "stylesheet bug: text color undefined" --- theme/standard/styles_color.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 8cab92bcad..8c56fe1c9f 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -64,6 +64,7 @@ img.grouppicture { body { background-color:#FAFAFA; + color:#000; } th.header, @@ -77,7 +78,8 @@ div.header { } table.formtable tbody th { - background: none; + background-color: transparent; + background-image: none; } .highlight { -- 2.39.5