| Summary: | [Theming] [Button] Add box-shadow property | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Nick Mussin <nmussin> |
| Component: | RWT | Assignee: | 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: | |||
Fixed with commit 97ff9edfa51a06649b61a82ea78a8c7db72534d3. |
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; }