How can I style an imageUploader in mobile webapp with css

1
I want to style an imageUploader in my mobile webapp. I have put a class on it but it doesn't react on that. Does anyone have a solution for this?
asked
2 answers
9

If I am correct, you wish to style the OS specific (default) upload button, as seen in this screenshot. These buttons can not be styled with just CSS. There is a way which involves some javascript. Check this website for more details.

answered
0

Hi Rob, Thank you for your answer! I will take a look at the link.

answered