| Summary: | CSS theming of APPLICATION_MODAL shells has no effect | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Johannes Eickhold <jeick> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | 1.5 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Some of the valid style flags for Shell were missing in the ShellThemeAdapter. Fixed in CVS HEAD. |
When adding the following snippet to the theme of a RAP application, a new shell that has APPLICATION_MODAL as its only style flag does not change in appearance. Shell[APPLICATION_MODAL] { padding: 15px 31px 31px 15px; } Tested with the web client. The RAP mobile client for Android depends on this feature.