diff options
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 765f575a..1c06ba1b 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -349,8 +349,9 @@ input.switch:checked + label:after { position: relative; text-align: center; + overflow: hidden; font-size: 14px; - outline: none!important; + outline: none !important; color: #000; letter-spacing: 1px; text-transform: uppercase; @@ -375,9 +376,14 @@ input.switch:checked + label:after { .select-wrapper select { opacity: 0; width: 100%; - height: 100%; + height: 35px; + line-height: 35px; position: absolute; top: 0; left: 0; + box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border: 10px solid; } .select-wrapper span { position: relative; |
