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}
- +