1

Change badge colour

This commit is contained in:
XXNitram
2020-03-20 02:59:41 +01:00
parent 5b106d7746
commit acac3ca17c
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
th:if="${group.getVisibility() == group.getVisibility().PUBLIC}">Öffentliche Gruppe</span>
<span class="badge badge-pill badge-success" style="background: lightseagreen"
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>
</h3>
<br>