From 96ad013c67ac9665e1bb71b44c624c1b0b0d338d Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 30 Jan 2025 17:04:09 +0100 Subject: [PATCH] Adjusted background colors in ConstructionConsent/View --- Layout/default/ConstructionConsent/View.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Layout/default/ConstructionConsent/View.php b/Layout/default/ConstructionConsent/View.php index 2f88f2993..8376168f3 100644 --- a/Layout/default/ConstructionConsent/View.php +++ b/Layout/default/ConstructionConsent/View.php @@ -281,7 +281,7 @@ $pagination_entity_name = "Adressen"; ?> -
Zusammenfassung Ergebnis (von owners)?>)
+
Zusammenfassung Ergebnis (von owners)?>)
owner_result_counts as $type => $count): ?> @@ -1026,27 +1026,27 @@ $pagination_entity_name = "Adressen"; .ConstructionConsentOwnerResult-denied { /*red background color here for this tr*/ - background-color: #d9534f + background-color: #f9a39f } .ConstructionConsentOwnerResult-open { /*grey background color here for this tr*/ - background-color: #bababa + background-color: #eaeaea } .ConstructionConsentOwnerResult-accepted { /*green background color here for this tr*/ - background-color: #5cb85c + background-color: #9cf89c } .ConstructionConsentOwnerResult-unresolvable { /*orange background color here for this tr*/ - background-color: #f0ad4e + background-color: #ffe58e } .ConstructionConsentOwnerResult-moved { /*orange background color here for this tr*/ - background-color: #f0ad4e + background-color: #ffe58e }