Talk:How to change reCAPTCHA colors
From Unofficial reCAPTCHA Wiki
How can I change the theme in the mediawiki plugin? Bugmenot 22:35, 18 March 2008 (UTC)
[edit] Change Text Color doesnt work on my IPB 2.3.X
I want to change my Textcolor from ReCAPTCHA, because i cant see what ive typing in the textfield because its a dark skin. I have tried to change
#recaptcha_response_field {
border-color: #FF0000 !important; //Text input field border color
background-color:#FF0000 !important; //Text input field background color
}
into
#recaptcha_response_field {
border-color: #FFFFFF !important; //Text input field border color
background-color:#FFFFFF !important; //Text input field background color
}
...but it doesnt work for me. There's no effect.
Maybe somebody can help me?

