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)?
问问题
629 次
1 回答
7
更新:显然它只是一个背景图像。所以background-image:none;
应该做的伎俩。http://jsfiddle.net/6PbFk/
AFAIK 由于此错误,目前不可能:
https ://bugzilla.mozilla.org/show_bug.cgi?id=718847#c10
于 2013-06-12T18:38:02.757 回答