change color of buttons and badge to match the rest
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
<h3>
|
<h3>
|
||||||
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
||||||
th:if='${group.getVisibility() == group.getVisibility().PRIVATE }'>Private Gruppe</span>
|
th:if='${group.getVisibility() == group.getVisibility().PRIVATE }'>Private Gruppe</span>
|
||||||
<span class="badge badge-pill badge-primary"
|
<span class="badge badge-pill badge-primary" style="background: #52a1eb"
|
||||||
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>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="text-right btn-toolbar" role="toolbar" style="float: right">
|
<div class="text-right btn-toolbar" role="toolbar" style="float: right">
|
||||||
<button class="btn btn-primary"
|
<button class="btn btn-primary"
|
||||||
style="background: dodgerblue; border: none; margin: 5px">
|
style="background: #52a1eb; border: none; margin: 5px">
|
||||||
<a style="color: white" th:href="@{/gruppen2}">Zurück</a>
|
<a style="color: white" th:href="@{/gruppen2}">Zurück</a>
|
||||||
</button>
|
</button>
|
||||||
<form action="/gruppen2/leaveGroup" method="post">
|
<form action="/gruppen2/leaveGroup" method="post">
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<form method="post" action="/gruppen2/detailsBeitreten">
|
<form method="post" action="/gruppen2/detailsBeitreten">
|
||||||
<button class="btn btn-primary"
|
<button class="btn btn-primary"
|
||||||
style="border-style: none;"
|
style="background: #52a1eb; border-style: none;"
|
||||||
th:href="@{/gruppen2/detailsBeitreten(id=${group.getId()})}"
|
th:href="@{/gruppen2/detailsBeitreten(id=${group.getId()})}"
|
||||||
th:name="id" th:value="${group.id}"
|
th:name="id" th:value="${group.id}"
|
||||||
type="submit">Gruppe beitreten
|
type="submit">Gruppe beitreten
|
||||||
|
|||||||
Reference in New Issue
Block a user