Change badge colour
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
th:if="${group.getVisibility() == group.getVisibility().PUBLIC}">Öffentliche Gruppe</span>
|
th:if="${group.getVisibility() == group.getVisibility().PUBLIC}">Öffentliche Gruppe</span>
|
||||||
<span class="badge badge-pill badge-success" style="background: lightseagreen"
|
<span class="badge badge-pill badge-success" style="background: lightseagreen"
|
||||||
th:if='${group.getType() == group.getType().LECTURE}'>Veranstaltung</span>
|
th:if='${group.getType() == group.getType().LECTURE}'>Veranstaltung</span>
|
||||||
<span class="badge badge-pill badge-info" style="background: lightseagreen"
|
<span class="badge badge-pill badge-info" style="background: mediumorchid"
|
||||||
th:text="${parent.getTitle()}">Parent</span>
|
th:text="${parent.getTitle()}">Parent</span>
|
||||||
</h3>
|
</h3>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
<span class="badge badge-pill badge-success"
|
<span class="badge badge-pill badge-success"
|
||||||
style="background: lightseagreen"
|
style="background: lightseagreen"
|
||||||
th:if='${group.getType() == group.getType().LECTURE}'> Veranstaltung</span>
|
th:if='${group.getType() == group.getType().LECTURE}'> Veranstaltung</span>
|
||||||
<span class="badge badge-pill badge-info" style="background: lightseagreen"
|
<span class="badge badge-pill badge-info" style="background: mediumorchid"
|
||||||
th:text="${parent.getTitle()}">Parent</span>
|
th:text="${parent.getTitle()}">Parent</span>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="shadow-sm p-4" style="background: white">
|
<div class="shadow-sm p-4" style="background: white">
|
||||||
|
|||||||
Reference in New Issue
Block a user