By gobblez on
Hello, the password field has a different style than that of the username and search input fields. After looking at webpage source, I saw that it was using form-password. So I searched the entire drupal directory for that search term, and found that it wasn't defined in css. It occurs in the common.inc file on line (1193) and user.module on line (1046).
I got them matching by changing it to form-text in common.inc.
any one else run into this issue, and if so what action did you take?