diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-23 04:15:32 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-23 04:15:32 -0500 |
| commit | e27a06f816ef36c6a5176cb8f503ab43db0b561c (patch) | |
| tree | 3829dc748bda948f7a006e556251f949d6794340 /StoneIsland/www/css | |
| parent | 51b43d22b136287ed420e4ed2c5495fb3fdf6ea5 (diff) | |
radio button
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index c8961a69..4286baa0 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -336,7 +336,8 @@ input.switch:checked + label:after { transition: opacity .2s; } -.checkbox-toggle input[type=checkbox]:checked + label:after, .checkbox-toggle input[type=checkbox]:checked + label:before { +.checkbox-toggle input[type=checkbox]:checked + label:after, .checkbox-toggle input[type=checkbox]:checked + label:before, +.checkbox-toggle input[type=radio]:checked + label:after, .checkbox-toggle input[type=radio]:checked + label:before { opacity: 1; } |
