From 099cb310a3c836141f858d3e434809b7d916226a Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Fri, 10 Apr 2020 00:12:25 +0200 Subject: [PATCH] css transitions and fix form field names --- screenless/bureau/ihr/web_config.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/screenless/bureau/ihr/web_config.html b/screenless/bureau/ihr/web_config.html index fb9c538..2ecc87d 100644 --- a/screenless/bureau/ihr/web_config.html +++ b/screenless/bureau/ihr/web_config.html @@ -11,7 +11,9 @@ width: 40em; background-color: pink; height: 3em; - transition: opacity 3s ease-in-out; + visibility: hidden; + opacity: 0; + transition: visibility 0s 2s, opacity 2s linear; text-align: center; } @@ -19,11 +21,13 @@

The Screenless Office

edit config file ${cfgfile}

+ % if msg:
${msg}
+ % endif
← Main
${cfgdata}
- +