Fixes bug MDL-7257, "stylesheet bug: text color undefined"
authornfreear <nfreear>
Tue, 13 Feb 2007 12:08:43 +0000 (12:08 +0000)
committernfreear <nfreear>
Tue, 13 Feb 2007 12:08:43 +0000 (12:08 +0000)
theme/standard/styles_color.css

index 8cab92bcada86bffcade60e832fe1051ef1da890..8c56fe1c9fc7f47f307e3a9491234182e4d29e66 100644 (file)
@@ -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 {