mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-11-10 04:35 am

[dw-free] Celerity: some text unreadable (white on very light background)

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

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

Fix some unreadable buttons in Celerity, change their color.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/stc/celerity/celerity.css
--------------------------------------------------------------------------------
diff -r 9282f4e188f9 -r 65b551625bf1 htdocs/stc/celerity/celerity.css
--- a/htdocs/stc/celerity/celerity.css	Tue Nov 10 04:33:13 2009 +0000
+++ b/htdocs/stc/celerity/celerity.css	Tue Nov 10 04:35:41 2009 +0000
@@ -533,7 +533,7 @@ h2.widget-header, .theme-item.current, .
 /* more, detailed by page*/
 /*customizetheme.css*/
 .customize-button {
-    color: #fff;
+    color: #222;
     background: #DDDDAA;
     border: 2px solid #999966;
 }
@@ -796,7 +796,7 @@ table.editfilters td {
 }
 
 .appwidget-createaccountprogressmeter .step-block-inactive {
-    color: #fff;
+    color: #222;
     background-color: #DDDDAA;
 }
 
@@ -840,7 +840,7 @@ hr.hr {
 }
 
 input.create-account {
-    color: #fff;
+    color: #222;
     background: #DDDDAA;
     border: 2px solid #999966;
 }
@@ -921,7 +921,7 @@ input.bright {
 input.bright {
     background-color: #DDDDAA;
     border: 1px solid #999966;
-    color: #fff;
+    color: #222;
 }
 .helper {
     /*color: #666;*/
--------------------------------------------------------------------------------