Hi i am changing all the buttons on the site to the same theme, but i have run across an issue. I dont know how to style the browse button that goes with the input type file.
Code:
<input type="file" name="myfile" id="myfile" size="20" />
I cant use class inside the input statement above because it will style the input field itself. I just want to style the browse button only using background-color and color.
Thanks.