diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-24 21:02:05 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-24 21:02:05 -0500 |
| commit | e024c35a2584f5d975b3b4f8fe942bb8e35b6e47 (patch) | |
| tree | 4d1a33ea5c9a12bb8f8258383bfb0913306b7691 /StoneIsland/platforms/ios | |
| parent | 612561818f907f0f9988247c82ec158ba4494986 (diff) | |
fixes for ios
Diffstat (limited to 'StoneIsland/platforms/ios')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/account.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/css/account.css b/StoneIsland/platforms/ios/www/css/account.css index b709cbdb..d450c42c 100644 --- a/StoneIsland/platforms/ios/www/css/account.css +++ b/StoneIsland/platforms/ios/www/css/account.css @@ -84,6 +84,10 @@ input[type=text], input[type=password], input[type=number], input[type=date], in border-radius: 0; } +input[type=text], input[type=password], input[type=number], input[type=email] { + -webkit-appearance: none; +} + .half-input { margin: 0px auto; display: block; @@ -212,7 +216,6 @@ input.switch:checked + label:after { top: 0; } - .container-row { box-sizing:border-box; } |
