0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iPhoneでinput要素に付く影や角丸を消す

Posted at

input要素の影を消す場合はスタイルで下記を指定。

-webkit-appearance: none;

sp_iphone_input_6.png

ボタンスタイルが付いてしまうので同じように適用させれば、影や角丸を消すことが可能。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?