Change in password field styling
figaro - July 30, 2006 - 19:23
| Project: | Sands_CSS |
| Version: | 4.7.x-1.x-dev |
| Component: | Rendering issues |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
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.
#2