diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 15:19:43 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 15:19:43 -0500 |
| commit | 9b656e51232f1b1f2cf210908b569b1a224e7a90 (patch) | |
| tree | b73727987c57b201c5ed6d7d4311195a20a18b73 /StoneIsland/platforms/ios/www/css/account.css | |
| parent | 0e783ecb14849eb8ab36f3c4d591ffdbb2e8e942 (diff) | |
date css
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/account.css')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/account.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/css/account.css b/StoneIsland/platforms/ios/www/css/account.css index 7e709197..fa4243c1 100644 --- a/StoneIsland/platforms/ios/www/css/account.css +++ b/StoneIsland/platforms/ios/www/css/account.css @@ -439,6 +439,15 @@ input.switch:checked + label:after { top: 9px; color: #aaa; } +.select-wrapper [type=date] { + opacity: 0; + width: 100%; + height: 35px; + line-height: 35px; + position: absolute; + top: -5px; + left: -1px; +} .select-wrapper select { opacity: 0; width: 100%; |
