diff options
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 4286baa0..765f575a 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -362,6 +362,16 @@ input.switch:checked + label:after { width: calc(100vw - 10px); border: 1px solid #a9a9a9; } +.half-input .select-wrapper { + width: 50%; + border: 0; + margin-top: -1px; + float: left; +} +.half-input .select-wrapper span { + top: 9px; + color: #aaa; +} .select-wrapper select { opacity: 0; width: 100%; |
