6
iOS入力シャドウを削除します
iOS(Safari 5)では、入力要素(上部の内側の影)について次のことを行う必要があります。 トップシャドウを削除したいのですが、バグ-webkit-appearanceが保存されません。 現在のスタイルは次のとおりです。 input { border-radius: 15px; border: 1px dashed #BBB; padding: 10px; line-height: 20px; text-align: center; background: transparent; outline: none; -webkit-appearance: none; -moz-appearance: none; }