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

Bug 376983

Summary: [Theming] [Button] Add box-shadow property
Product: [RT] RAP Reporter: Nick Mussin <nmussin>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.5   
Target Milestone: 2.2 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Nick Mussin CLA 2012-04-17 10:59:12 EDT
Add box-shadow including "inset" directive to Button theming for PUSH and TOGGLE buttons. If possible, also add the option to define multiple shadows by a comma separated list of directives. For example:

Button[TOGGLE] {
  box-shadow: 0 0 1px white, 0 0 2px #333 inset;
}
Comment 1 Ivan Furnadjiev CLA 2013-07-23 07:21:34 EDT
Fixed with commit 97ff9edfa51a06649b61a82ea78a8c7db72534d3.