diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-21 18:09:41 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-21 18:09:41 -0500 |
| commit | fc9e5305994c5c98d7960acf78615878e1d16dfe (patch) | |
| tree | 7faf3a53f814a2b7eeba875dedb2d868bf34c514 /StoneIsland/www/css/account.css | |
| parent | d6eea989f63e1e51563daa64873ce33166bc28c0 (diff) | |
gender dropdown
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 |
