There is a default inner shadow on the input element in Firefox on Android.
Is it possible to remove it with CSS?
There is a default inner shadow on the input element in Firefox on Android.
Is it possible to remove it with CSS?
I had the same problem, the solution is:
background-image: none;