diff --git a/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss b/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss index 444fd19e4..dca1d6d30 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss +++ b/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss @@ -185,7 +185,8 @@ div[class*='activity-'] { color: $chill-blue; } &.bg-urgent { - background-color: $chill-orange; + background-color: $chill-red; + color: white; } &.bg-confidential { background-color: $chill-ll-gray; diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index 22da171f2..2de25c0c0 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -82,10 +82,10 @@
{% if acp.emergency %} - urgent + urgent {% endif %} {% if acp.confidential %} - confidentiel + confidentiel {% endif %}
{% if acp.step == 'DRAFT' %}