| Summary: | [Theming] Allow gradients on buttons in Text-like widgets | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 1.3 | ||||||
| Target Milestone: | 1.3 M3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 292768, 295484 | ||||||
| Attachments: |
|
||||||
|
Description
Ralf Sternberg
Created attachment 150022 [details]
Screenshot taken from the business theme drafts
This screenshot shows a combo box whose button has both, a gradient and an icon.
New CSS selectors are introduced for specifying the buttons icon image only: - DateTime-UpButton-Icon, DateTime-DownButton-Icon, DateTime-DropDownButton-Icon - Combo-Button-Icon - CCombo-Button-Icon - Spinner-UpButton-Icon, Spinner-DownButton-Icon This allows to specify a background image/gradient on DateTime-UpButton, DateTime-DownButton, DateTime-DropDownButton, Combo-Button, CCombo-Button, Spinner-UpButton, Spinner-DownButton with "background-image" property. |