Yesterday I updated to firefox 13 and I notice that this property is not any more supported by firefox 13, jquery.ui.css make use of this, and now I have all jquery ui elements with no round corners. Any solution before replacing all manually in css file with border-radius?
|
|
https://developer.mozilla.org/en/CSS/border-radius says it was removed in 13, theres no other option than to change it to border-radius. I wouldn't call it manual, open them in a text editor and do a search and replace |
|||||||||||||||||||
|
|
Previously I used:
but they stopped working in v13. I switched to:
and it is working again! |
|||||
|
|
|
||||
|
|
|
Normally, you just should have to do nothing, because the jQuery-UI css files declare the border-radii the correct way.
This way you shouldn't even notice the change. So I can't believe that you will miss the round corners without having altered the original stylesheet. Perhaps your problem lies somewhere else? |
|||||
|
|
Find and Replace in complete Project... |
|||||
|
protected by Community♦ Aug 1 '12 at 3:22
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.