diff options
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 81ca44c2..9876b3c5 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -326,3 +326,35 @@ input.switch:checked + label:after { text-align: center; } +.select-wrapper { + position: relative; + text-align: center; + + font-size: 14px; + outline: none!important; + color: #000; + letter-spacing: 1px; + text-transform: uppercase; + height: 35px; + text-align: center; + margin: 0px auto; + display: block; + margin-top: 4px; + width: calc(100vw - 10px); + border: 1px solid #a9a9a9; +} +.select-wrapper select { + opacity: 0; + width: 100%; + height: 100%; + position: absolute; + top: 0; left: 0; +} +.select-wrapper span { + position: relative; + top: 8px; + color: #888; +} +.select-wrapper.picked span { + color: #000; +}
\ No newline at end of file |
