Resize the input type=“file” browse button in firefox?

后端 未结 6 1043
庸人自扰
庸人自扰 2021-02-08 00:19

Is there anyway using CSS or JS that you can resize the input type=\"file\" Browse button in firefox?

I know you cannot change the text of the button but all I need to d

6条回答
  •  一整个雨季
    2021-02-08 01:12

    Here is the main idea: http://www.quirksmode.org/dom/inputfile.html

    And this might be helpfull for resizing input area

    input{font-size: 100px;}
    

    Works fine for me.

提交回复
热议问题