Closed Bug 987 Opened 26 years ago Closed 26 years ago

background color for form elements is wrong

Categories

(Core :: CSS Parsing and Computation, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: kipp, Assigned: karnaze)

References

()

Details

If you compare this page in navigator and IE you can see the difference. The text fields are inheriting (!) the background color of their container, which I believe is wrong.
I suggest fixing this bug by adding the following line to ua.css: INPUT, TEXTAREA, SELECT { background-color: white; } ... which works in my build just fine. In the future, we should replace "white" with a CSS 2 color alias for whatever the system color setting is... see: http://www.w3.org/TR/REC-CSS2/ui.html#system-colors
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Looks fixed in Dec3a, IE4 vs us seem to match now.
System colors stuff is covered by bug 1004.
You need to log in before you can comment on or make changes to this bug.