Closed
Bug 309870
Opened 20 years ago
Closed 20 years ago
CSS styles ignored with checkboxes and radiobuttons
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 183247
People
(Reporter: rcasha, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
I can set CSS styles, such as background colour etc on most form input types,
but not on radio or checkbox. These do not accept colour, background colour,
border size etc.
Reproducible: Always
Steps to Reproduce:
1. Try rendering the below HTML
<input type="text" style="background:yellow">
<input type="checkbox" style="background:yellow">
Actual Results:
Text field has yellow background. Checkbox remains white.
Expected Results:
Both should have a yellow background.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 183247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•