diff --git a/www/index.html b/www/index.html index eea0a28..5f97e26 100644 --- a/www/index.html +++ b/www/index.html @@ -60,10 +60,6 @@ user-select: none; /* Likely future */ } - .radio-toolbar input[type="radio"] { - display: none; - } - .radio-toolbar input[type="button"] { display: none; } @@ -99,17 +95,6 @@ border: 2px solid #af4c4c; } - .radio-toolbar input[type="radio"]:checked+label { - background-color: #4CAF50; - color: white; - } - - .radio-toolbar input[type="radio"]:checked+label.red { - background-color: #af4c4c; - color: white; - border: 2px solid #af4c4c; - } - .button1:hover { background-color: #4CAF50; color: white; @@ -135,28 +120,24 @@ } - - @@ -169,20 +150,20 @@