Add a system-wide style for admin-only things (#5311)

* Add a system-wide style for admin-only things

* change stripe-color to a red-ish tone

* add stripes to button end-admin-session

---------

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2025-08-04 16:18:29 +02:00
committed by GitHub
parent a8ac1b1a94
commit 9a119c35a8
13 changed files with 37 additions and 15 deletions

View File

@@ -31,7 +31,7 @@
{% trans "Every event needs to be created as part of an organizer account. Currently, you do not have access to any organizer accounts." %}
</div>
{% if staff_session %}
<a href="{% url "control:organizers.add" %}" class="btn btn-default">
<a href="{% url "control:organizers.add" %}" class="btn btn-default admin-only">
{% trans "Create a new organizer" %}
</a>
{% endif %}