Having tried applying CSS border
, outline
and appearance
rules to no effect, is there a way to get rid of the default inset shadows and rounded corners of <input type="text">
in Fennec (mobile Firefox)?
Asked
Active
Viewed 633 times
1

Boris Brudnoy
- 2,405
- 18
- 28
1 Answers
7
UPDATE: apparently it's just a background image. So background-image:none;
should do the trick. http://jsfiddle.net/6PbFk/
AFAIK it's not currently possible due to this bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=718847#c10

dotnetCarpenter
- 10,019
- 6
- 32
- 54