diff --git a/www/bg.png b/www/bg.png deleted file mode 100644 index 2dbe77e..0000000 Binary files a/www/bg.png and /dev/null differ diff --git a/www/index.html b/www/index.html index afb14a8..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; @@ -126,7 +111,8 @@ position: fixed; width: 100%; height: 100%; - background-image: url("loader.gif"), url("bg.png"); + background-image: url("loader.gif"); + background-color: rgba(102, 102, 102, 0.75); background-position: center center, top; background-repeat: no-repeat, repeat; top: 0; @@ -134,28 +120,24 @@ } - - @@ -168,20 +150,20 @@