I'm working on a version of the main website for mobile devices. I'm trying to remove the orange border from input text fields...
I tried so far this: -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
, outline:none;
and border:0px
!important.. and it just works for Chrome desktop not Android.
Note that I'm NOT working on an App so I wouldn't be able to use the EditView
thingy..
Will appreciate any answer even if it is not possible..