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;
}
input
セレクターで「-webkit-appearance」を慎重に設定する必要があります。ラジオボタンやチェックボックスに望ましくない影響を与える可能性があります。