Skip to content
Snippets Groups Projects
Commit 049b5e44 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove input internal shadow in mobile safari

parent 06579599
No related branches found
No related tags found
No related merge requests found
...@@ -324,6 +324,7 @@ select, ...@@ -324,6 +324,7 @@ select,
input[type='text'], input[type='text'],
input[type='email'], input[type='email'],
input[type='password'] { input[type='password'] {
-webkit-appearance: none;
height: 35px; height: 35px;
line-height: normal; line-height: normal;
border: 1px solid #E7E7E7; border: 1px solid #E7E7E7;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment