diff --git a/www/index.css b/www/index.css index 27782c5..acf919b 100644 --- a/www/index.css +++ b/www/index.css @@ -110,10 +110,33 @@ body[mode="dark"] a { color: #3399ff; } -.no-classes { +.input-group { + margin-top: 4px; + display: inline-block; +} + +input[type="checkbox"] { display: none; } +input[type="checkbox"] + label { + border: #121212 1px solid; + border-radius: 4px; + padding: 2px 4px; +} + +body[mode="dark"] input[type="checkbox"] + label { + border-color: #808080; +} + +input[type="checkbox"]:checked + label { + background-color: #99bbff; +} + +body[mode="dark"] input[type="checkbox"]:checked + label { + background-color: #3366cc; +} + .error-message { color: red; font-weight: bold; @@ -127,3 +150,7 @@ body[mode="dark"] .error-message { .error-message.hidden { display: none; } + +.no-classes { + display: none; +} diff --git a/www/index.html b/www/index.html index 21cc99d..d342665 100644 --- a/www/index.html +++ b/www/index.html @@ -36,14 +36,24 @@ Please enter the class information below:
- - - - - - - - +