I would post this in the CSSImport thread but the dev hasn't been on in months.
I'm using the CSSImport plugin, which works fantastic. Here's my issue. I'm trying to style the button, and just the button for the FileChooser. I can apply a CSS style to the FileChooser using it's 'ID' option. And I can style it by adding in a blanket style for any 'input'. But that applies a style to the entire FileChooser object and leaves the button untouched. It's still that ugly Dom button.
I've tried applying style to input[type="button"] and that doesn't work.
I know it can be done... https://css-tricks.com/snippets/css/custom-file-input-styling-webkitblink/ but that technique requires a class.
I've tried dozens of ways to do this and so far, no luck. Has anyone succeeded in doing this?
And no, hiding it and placing a sprite over it won't work well. I want it to look like the buttons right beside it.