fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-08-13 08:51 am

[dw-free] CAPTCHA text in input field invisible in Gradation

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

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

Explicitly override the color, to override the color from the recaptcha
theme and make the text visible.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/stc/gradation/gradation.css
--------------------------------------------------------------------------------
diff -r 541bc7651003 -r 0bb1c62c2ad1 htdocs/stc/gradation/gradation.css
--- a/htdocs/stc/gradation/gradation.css	Thu Aug 11 18:49:01 2011 +0800
+++ b/htdocs/stc/gradation/gradation.css	Sat Aug 13 16:51:35 2011 +0800
@@ -402,6 +402,10 @@
     border: 1px solid #888;
 }
 
+.recaptchatable input {
+    color: #fff;
+}
+
 /* generic classes */
 .disabled {
     color: #999 !important;
--------------------------------------------------------------------------------