Actualiser app/static/css/edt.css

Correction de l'affichage fugace d'une "erreur de date" sur page edt
(erreur en none par défaut au lieu de inline)
This commit is contained in:
pascal.bouron 2024-10-24 11:49:45 +02:00
parent a9bc28a49e
commit fba623a58f

View File

@ -67,7 +67,7 @@ span.ens-non-reconnu {
#cal_warning {
display: inline-block;
display: none;
color: red;
background-color: yellow;
font-size: 120%;