| Summary: | [Combo] Cannot change foreground color for disabled state custom variant | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Markus Krüger <webmaster> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ruediger.herrmann |
| Version: | 1.2 | ||
| Target Milestone: | 1.3 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Disabled state is added to Combo and CCombo theme.xml files. AppearancesBase is adjusted. |
Can not change Combo's & ComboViewer's disabled state foreground color using css an custom variant. I used: .disabledWhite:disabled { color: rgb( 255, 255, 255 ); }