CSS: Size of buttons in Chrome is different than Firefox

后端 未结 8 730
名媛妹妹
名媛妹妹 2021-01-31 10:18

I have the following HTML code:


...
...
8条回答
  •  囚心锁ツ
    2021-01-31 10:57

    Try this

    /* Browser Firefox to match the Chrome */
    #buttonid::-moz-focus-inner, .buttonclass::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0 !important;
        border: 0 none !important;
    }
    

提交回复
热议问题