| Summary: | [CTabFolder] CTabItem background color set by theming is not respected | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 2.2 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Fixed in master with commit c75c83a081be1172d1d70052e3f57ca3ffbfc0e2. |
Reproducible with Controls Demo -> CTabFolder tab. The default theme sets the background-color to #f0f0f0, but it is transparent. CTabItem { font: 14px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif; color: #4a4a4a; background-color: #f0f0f0; background-image: none; padding: 6px 15px; spacing: 10px; text-shadow: none; }