kevinburke / doony

UI Improvements for Jenkins
http://doony.org
Other
970 stars 116 forks source link

Improve radial gradients #40

Closed lluchs closed 10 years ago

lluchs commented 10 years ago

Currently, the status circles for failed builds are invisible in browsers such as Presto-Opera and IE10, even though both of these browsers do support radial gradients.

This pull request adds flat fallback colors for older browsers and updates the unprefixed radial-gradient syntax to match the w3c spec as well as the actual implementation in Firefox, Chrome, IE10 and Opera.

I did not check in built versions of the CSS in order to prevent conflicts when merging.

kevinburke commented 10 years ago

Awesome. Thanks! I admit my cross-browser testing was a little lacking :)