Merge branch 'fronkdev' into 'master'
Adjusted background colors in ConstructionConsent/View See merge request fronk/thetool!971
This commit is contained in:
@@ -281,7 +281,7 @@ $pagination_entity_name = "Adressen";
|
||||
?>
|
||||
<!-- Circle for status -->
|
||||
|
||||
<h5><div class="status-circle <?=$status_class?>"></div>Zusammenfassung Ergebnis (von <?=count($item->owners)?>)</h5>
|
||||
<h5><div class="status-circle <?=$status_class?>"></div> Zusammenfassung Ergebnis (von <?=count($item->owners)?>)</h5>
|
||||
<table class="table table-sm">
|
||||
<?php foreach($item->owner_result_counts as $type => $count): ?>
|
||||
<?php if(!$type) continue; ?>
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user