Closed
Bug 114193
Opened 24 years ago
Closed 24 years ago
Form input field textcolor always foreground color
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 109808
People
(Reporter: hoss, Assigned: rods)
Details
(Keywords: qawanted)
I discovered this bug after updating zu Mozilla 0.9.6, it was not present in 0.9.4
When you use a CSS to set a default font color with DIV and a different style
for text fields in forms, mozilla 0.9.6 always uses the foreground color of the
DIV style.
Here is part of my styles.css:
DIV {
font-family : Helvetica, Arial, sans-serif;
color : #FFFFFF;
}
.inputform {
font-family : Courier, serif;
color:#060090;
background-color:#FFFFFF;
text-align:left;
font-size:12px;
}
When I use a <INPUT TYPE=text NAME=logname SIZE=20 class="inputform"> link, the
text in the field is white on white :-(
Comment 1•24 years ago
|
||
Could you give us a small (1k or less) testcase? I didn't try too hard, but I
couldn't reproduce this.
Keywords: qawanted
Comment 2•24 years ago
|
||
This bug has been fixed (after 0.9.6 was released, unfortunately).
*** This bug has been marked as a duplicate of 109808 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
thanks boris
Bernard: This has been fixed in more recent builds, if you want you can download
a nightly build from www.mozilla.org and try that. Thanks for helping!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•