Ticket #176 (new defect)
Opened 2 years ago
rgba not recognized in shorthand
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
rgba is not recognized in shorthand like:
border: 2px solid rgb(200, 208, 214); border: 2px solid rgba(200, 208, 214, 0.9); background: rgb(220, 228, 234); background: rgba(220, 228, 234, 0.6);
Attachments
Note: See
TracTickets for help on using
tickets.
