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
Comment #1
Samat Jain commentedThanks 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.
Comment #2
(not verified) commented