-moz-border-radius removed from firefox 13

后端 未结 5 1035
遇见更好的自我
遇见更好的自我 2021-01-18 18:44

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

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-18 19:33

    Normally, you just should have to do nothing, because the jQuery-UI css files declare the border-radii the correct way.

    -border-radius:xxx
    border-radius:xxx
    

    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?

提交回复
热议问题