1

fix button on error page

This commit is contained in:
kasch309
2020-03-24 15:26:01 +01:00
parent ad5d1b3b31
commit 5c9e1ae80e

View File

@ -26,9 +26,9 @@
<p th:text="${message}"></p>
</div>
</div>
<button style="color: #52a1eb">
<a style="color: white" class="btn btn-primary btn-lg" href="#" onclick="window.history.back(-1);return false;" role="button">Zurück</a>
<button class="btn btn-primary"
style="background: #52a1eb; border-style: none;">
<a style="color: white" href="#" onclick="window.history.back(-1);return false;" role="button">Zurück</a>
</button>
</div>
</div>