Proposed change:
Replace input.form-password by input[type="password"] in colors.css

What this change achieves:
- Renders password field similar to user id field
- This proposed change does not affect IE

In fact, neither in the template files nor in Drupal core is form-password used. It may be an obsolete style element.

Comments

Samat Jain’s picture

Status: Active » Fixed

Thanks for catching this, it's a holdup from the Drupal 4.6 version of sands.

I think instead the selector should be .form-text#edit-pass; this should also work in MSIE.

I've applied this to Sands and Sands_CSS, versions 4.7 and CVS. Please let me know if there are any problems.

Anonymous’s picture

Status: Fixed » Closed (fixed)