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 =count($item->owners)?>)
+ Zusammenfassung Ergebnis (von =count($item->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
}