Closed
Bug 600695
Opened 15 years ago
Closed 15 years ago
Background gradients don't display correctly in WebKit
Categories
(support.mozilla.org :: Army of Awesome, task)
support.mozilla.org
Army of Awesome
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: williamr, Assigned: wenzel)
References
()
Details
Attachments
(4 files)
Similar to bug 600130. The gradient background property for these elements doesn't exist in WebKit browsers. We only use -moz-linear-gradient and we should also use -webkit-gradient for styling these:
- Refresh button
- Sign out button (when signed in)
- Twitter dialog: Cancel and Sign in buttons
- Submit button (on reply dialog)
attaching some screenshots
| Reporter | ||
Comment 1•15 years ago
|
||
| Reporter | ||
Comment 2•15 years ago
|
||
| Reporter | ||
Comment 3•15 years ago
|
||
This issue also exists with the blue background in the reply dialog
| Assignee | ||
Comment 4•15 years ago
|
||
I gave it some Webkit CSS love: http://github.com/fwenzel/kitsune/commit/03e74fb816dc87cf9ee9fe3f734fbc2aac0f3b1a
(For the record, the webkit gradient syntax is so much more complicated and wordy :( )
Am I supposed to push any of this to master?
Assignee: abuchanan → fwenzel
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•15 years ago
|
||
Verified FIXED on WebKit using Chrome 6
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•