From 776fac623a002a8b27c3331b9e28820a5f50af81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= Date: Mon, 8 Oct 2018 14:30:02 +0200 Subject: [PATCH] reverse history discs colors to indicate a finished / ongoing step --- extra/static/social.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/static/social.css b/extra/static/social.css index cf01966..04b854b 100644 --- a/extra/static/social.css +++ b/extra/static/social.css @@ -212,8 +212,8 @@ height: 20px; box-shadow: 0 0 0px 10px white; } -.formdef-suivi-dossier-ph ul#evolutions span.enCours, -.formdef-suivi-dossier-pa ul#evolutions span.enCours { +.formdef-suivi-dossier-ph ul#evolutions span.fini, +.formdef-suivi-dossier-pa ul#evolutions span.fini { background-color: #e20612; color: #e20612; }