single-user-edit-page #986

Merged
philipp merged 6 commits from single-user-edit-page into staging 2025-05-05 20:37:14 +02:00
Showing only changes of commit 03f76b1ae5 - Show all commits

View File

@ -132,7 +132,7 @@
</div> </div>
</div> </div>
<dialog id="change-member-type" <dialog id="change-member-type"
class="max-w-screen-sm w-full dark:bg-primary-600 dark:text-white rounded-md" class="max-w-screen-sm w-full dark:bg-primary-900 dark:text-white rounded-md"
onclick="document.getElementById('change-member-type').close()"> onclick="document.getElementById('change-member-type').close()">
<div onclick="event.stopPropagation();" class="p-3"> <div onclick="event.stopPropagation();" class="p-3">
<button type="button" <button type="button"
@ -235,7 +235,7 @@
class="btn btn-primary">Zu Vereinsmitglied umwandeln</button> class="btn btn-primary">Zu Vereinsmitglied umwandeln</button>
</div> </div>
<dialog id="call-for-action" <dialog id="call-for-action"
class="max-w-screen-sm w-full dark:bg-primary-600 dark:text-white rounded-md" class="max-w-screen-sm w-full dark:bg-primary-900 dark:text-white rounded-md"
onclick="document.getElementById('call-for-action').close()"> onclick="document.getElementById('call-for-action').close()">
<div onclick="event.stopPropagation();" class="p-3"> <div onclick="event.stopPropagation();" class="p-3">
<button type="button" <button type="button"
@ -318,7 +318,7 @@
class="btn btn-primary w-full">Rolle hinzufügen</button> class="btn btn-primary w-full">Rolle hinzufügen</button>
</div> </div>
<dialog id="role-modal" <dialog id="role-modal"
class="max-w-screen-sm w-full dark:bg-primary-600 dark:text-white rounded-md" class="max-w-screen-sm w-full dark:bg-primary-900 dark:text-white rounded-md"
onclick="document.getElementById('role-modal').close()"> onclick="document.getElementById('role-modal').close()">
<div onclick="event.stopPropagation();" class="p-3"> <div onclick="event.stopPropagation();" class="p-3">
<button type="button" <button type="button"