Drop vendor prefixes for border-radius
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 28 Apr 2014 15:46:55 +0000 (17:46 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 28 Apr 2014 15:46:55 +0000 (17:46 +0200)
commitf8504736247bc48bf15ae39e4fca1effad8f8962
tree09ab1863653bb8a034eb4ba03dac5cc777c43cc3
parent8981b5e72a59bf3ca6d4ddd9784d4fd36ec56d6d
Drop vendor prefixes for border-radius

http://caniuse.com/border-radius
* -moz is for Firefox 3.6
* -webkit is for Chrome 4, Safari 4, and iOS 3

Also:
* Vendor prefixes should go before the standardised one.
  http://css-tricks.com/ordering-css3-properties/
* jquery-ui vector theme was missing standardised properties
  in some cases. Added those.

Follows-up c6b0205

Change-Id: I150626e5fba3d65128c14e0945b83ac65efd3078
resources/src/jquery.tipsy/jquery.tipsy.css
resources/src/jquery.ui-themes/vector/jquery.ui.button.css
resources/src/jquery.ui-themes/vector/jquery.ui.theme.css