...<input placeholder="Username" type="text" name="username" ID="username"><input ID="inputPwd" placeholder="Password" type="password" name="password">...
用我的CSS:
input { -webkit-tap-highlight-color: rgba(0,0); color: #000000; text-decoration: none; border: 0px solID white; outline: 0 none;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus { -webkit-tap-highlight-color: rgba(0,0); border: 0px solID #000000; outline: 0 none; }
我的目标是删除边界.它适用于firefox,谷歌浏览器,iPhone Safari等.不幸的是我有AndroID 2.3.4的问题.
有了AndroID,当我专注于“密码”字段时,我看到薄黑边框……我尝试了所有CSS组合,没有任何帮助……
非常感谢您的帮助!
解决方法 -webkit-user-modify:read-write-plaintext-only;用于去除焦点上的特殊造型;)这将删除AndroID中专注输入的所有Webkit样式(PhoneGap)
总结以上是内存溢出为你收集整理的Android 2.3.4 – Html输入类型密码具有焦点边框全部内容,希望文章能够帮你解决Android 2.3.4 – Html输入类型密码具有焦点边框所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)