forked from CGM_Public/pretix_original
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user