Login text appears invisible
Permalink
First, I have posted support for this add-on (add-on name: inlinelogin) with the add-on developer, but has been over a week and I need support now. The problem is that the text appears to be invisible when you go to login using inline login. It sits here:http://www.thebrazilianlanguage.com/... in the footer area. This only occurs in IE. I have already tested in both firefox and google chrome.
Add a font color to "div.socialLogin a" in your style sheet.
The login/password input fields have #FFFFFF (white) as text color, and because the background is white in IE as well, the text can't be seen.
You should put in a conditional statement that sets color:#515151; (or something) on the input fields #uName, #uPassword if IE is used.
You should put in a conditional statement that sets color:#515151; (or something) on the input fields #uName, #uPassword if IE is used.