From e27a06f816ef36c6a5176cb8f503ab43db0b561c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 23 Nov 2015 04:15:32 -0500 Subject: radio button --- StoneIsland/www/css/account.css | 3 ++- StoneIsland/www/index.html | 10 ++++++---- 2 files changed, 8 insertions(+), 5 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; } diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index cc7ee249..1bbae37f 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -604,20 +604,22 @@
- +
- +
-- cgit v1.2.3-70-g09d2