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 eleme
Previously I used:
-moz-border-radius:10px; -webkit-border-radius:10px;
but they stopped working in v13. I switched to:
border-radius:10px;
and it is working again!