Ajout couleur

This commit is contained in:
Jean-Philippe Staelen 2025-12-16 16:41:59 +01:00
parent 5771332110
commit ed0371b165

View File

@ -98,7 +98,9 @@
.statut-completed, .statut-completed,
.statut-complété, .statut-complété,
.statut-ok, .statut-ok,
.statut-created { .statut-created,
.statut-sent,
.statut-envoyé {
background-color: #10b981; background-color: #10b981;
color: #ffffff; color: #ffffff;
} }
@ -120,9 +122,7 @@
} }
.statut-processing, .statut-processing,
.statut-traitement, .statut-traitement {
.statut-sent,
.statut-envoyé {
background-color: #3b82f6; background-color: #3b82f6;
color: #ffffff; color: #ffffff;
} }