From 535a6503a19496f3618b080c9153ae52c5751e28 Mon Sep 17 00:00:00 2001 From: siinus Date: Fri, 12 Jun 2020 00:50:23 +0300 Subject: [PATCH 1/2] Replace bg.png with equivalent rgba value --- www/bg.png | Bin 914 -> 0 bytes www/index.html | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 www/bg.png diff --git a/www/bg.png b/www/bg.png deleted file mode 100644 index 2dbe77e7a07a95473845a20bb13bbd95c3952bc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 914 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$6&6|H(?D8gCb z5n0T@z%2yAjF;}#{Q(NHmw5WRvR`K67B)7qW0>=Xfq_}x)5S5QV$RzuhKvjfJO>OM z-jpcuO3L_(e0eo*=I(|ipRE~w9A{8CGm1t-VC03s8^(EinLq7$mS7FcJq(_%elF{r G5}E+8-xiJl diff --git a/www/index.html b/www/index.html index afb14a8..eea0a28 100644 --- a/www/index.html +++ b/www/index.html @@ -126,7 +126,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; From 719a2d3c3ff5e5a245f882376d43ca8b92d08398 Mon Sep 17 00:00:00 2001 From: siinus Date: Fri, 12 Jun 2020 02:30:48 +0300 Subject: [PATCH 2/2] Remove unnecessary jQuery dependency, change radios to simple buttons --- www/index.html | 74 ++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 42 deletions(-) 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 @@

Projektori juhtimine

- - + + - - + +

Sisendi juhtimine

- + - + @@ -191,10 +172,10 @@

- + - + @@ -208,5 +189,14 @@ pavucontrol &
+