From 7e8c91af2c6a7e873ebd804a008a9427c158a1f1 Mon Sep 17 00:00:00 2001 From: Jona Heitzer Date: Wed, 1 Jan 2025 15:50:43 +0100 Subject: [PATCH] Signal success to user --- static/index.html.tmpl | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/static/index.html.tmpl b/static/index.html.tmpl index 37b18b2..c806c85 100644 --- a/static/index.html.tmpl +++ b/static/index.html.tmpl @@ -44,6 +44,12 @@ background-color: #87CEEB; /* Change color when clicked */ } + + // TODO(jona) This should be specific for the sumbit-name-lable id! + label { + color: red; + visibility: hidden; + } @@ -55,6 +61,7 @@ +