Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 376705

Summary: CSS theming of APPLICATION_MODAL shells has no effect
Product: [RT] RAP Reporter: Johannes Eickhold <jeick>
Component: RWTAssignee: 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:

Description Johannes Eickhold CLA 2012-04-13 06:21:28 EDT
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.
Comment 1 Ralf Sternberg CLA 2012-04-16 07:20:01 EDT
Some of the valid style flags for Shell were missing in the ShellThemeAdapter. Fixed in CVS HEAD.