I'm using jQuery UI and I notice that the Input File button:
<input type="file">
can't be styled like other buttons. I found this plugin which looks cool and apparently allows you to put an image instead of the button, but the examples don't show any button styling.
If there's no jQuery to apply the theme style to that button, can I style it myself in CSS?