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

@@ -37,7 +37,7 @@
<p>
{{ log.display }}
{% if staff_session %}
<a href="" class="btn btn-default btn-xs" data-expandlogs data-id="{{ log.pk }}">
<a href="" class="btn btn-default btn-xs admin-only" data-expandlogs data-id="{{ log.pk }}">
<span class="fa-eye fa fa-fw"></span>
{% trans "Inspect" %}
</a>