CSS: How to increase the size of a OSX submit button

后端 未结 8 1815
我寻月下人不归
我寻月下人不归 2021-01-11 12:28

How do I increase the native FORM submit button size for OSX-Safari?

I want to keep the native look of a FORM submit button for it\'s r

8条回答
  •  攒了一身酷
    2021-01-11 13:08

    The "native look" of a pushbutton includes a fixed height by definition

    Push Button Specifications

    Control sizes: Push buttons are available in regular, small, and mini sizes. The height of a push button is fixed for each size, but you specify the width, depending on the length of the label text you supply. If you don’t specify a wide enough button, the end caps clip the text.

    What you want would not be "native" and therefore will necessarily involve the creation of a custom image, or you can always do something like this

    http://girliemac.com/blog/2009/04/30/css3-gradients-no-image-aqua-button/

提交回复
热议问题