Closed
Bug 434455
Opened 17 years ago
Closed 17 years ago
<colopicker type="button"> has no disabled styles
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 427619
People
(Reporter: glazou, Unassigned)
References
()
Details
The colorpicker XUL element has no disabled styles when used with type="button",
at least on winXP. I would recommend adding something like the following to
winstripe/global/colorpicker.css:
.colorpicker-button-colorbox[disabled="true"] {
border-color: GrayText;
background-color: transparent ! important;
}
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•