Actions
Bug #1504
closedWt-disabled CSS style is hard-coded; it should be part of the theme
Start date:
10/29/2012
Due date:
% Done:
0%
Estimated time:
Description
Within WApplication.C the Wt-disabled CSS style is hard-coded thus it can not be overwritten by an external CSS rule.
styleSheet_.addRule("span.Wt-disabled", "color: gray;");
styleSheet_.addRule("fieldset.Wt-disabled legend", "color: gray;");
IMHO it should be part of the theme. See screenshot of #1503 the title of a disabled WPanel is hardly readable.
Updated by Koen Deforche about 12 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.0
Hey,
This will be addressed with 3.3.0, where things like this have been moved to the theme, and much more (since bootstrap is then supported as a theme too).
Regards,
koen
Updated by Koen Deforche almost 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche almost 12 years ago
- Status changed from Resolved to Closed
Actions