fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-11 12:33 pm

[dw-free] Set the colors explicitly so that these work on all kinds of setups.

[commit: http://hg.dwscoalition.org/dw-free/rev/b29c2c559a8a]

http://bugs.dwscoalition.org/show_bug.cgi?id=3086

Set the colors explicitly so that these work on all kinds of setups.

Patch by [personal profile] poulpette.

Files modified:
  • htdocs/stc/controlstrip.css
--------------------------------------------------------------------------------
diff -r 9439b2b24547 -r b29c2c559a8a htdocs/stc/controlstrip.css
--- a/htdocs/stc/controlstrip.css	Mon Oct 11 19:40:52 2010 +0800
+++ b/htdocs/stc/controlstrip.css	Mon Oct 11 20:32:53 2010 +0800
@@ -96,7 +96,8 @@ html body
     font-family: Arial, sans-serif;
     font-size: 11px;
     line-height: 16.5px;
-    background-color: Menu;
+    background-color: #f7f7f7;
+    color: #333333;
     padding: 0;
     margin: 0;
 }
--------------------------------------------------------------------------------