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

Bug 283853

Summary: [Theming][CLabel] Make CLabel themeable.
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 1.2   
Target Milestone: 1.3 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2009-07-17 10:09:46 EDT
CLabel can currently not be addressed using css. Some attributes are taken from "*" and "Label". Also it currently knows no "hover" state.
Comment 1 Ivan Furnadjiev CLA 2009-10-09 07:44:49 EDT
CLabel is now themeable with following CSS properties:
- color
- background-color
- font
- border
- border-radius
- background-image
- padding
- spacing
"hover" state is added too. Changes are in CVS HEAD.