changes as suggested by @SchrodingersGat

This commit is contained in:
Matthias 2021-05-10 07:53:58 +02:00
parent d38c1f6c0b
commit fc83458bdb
2 changed files with 3 additions and 2 deletions

View File

@ -946,6 +946,5 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
} }
.clip-btn:hover { .clip-btn:hover {
padding: 6px 6px;
background: var(--label-grey); background: var(--label-grey);
} }

View File

@ -1,3 +1,5 @@
{% load i18n %}
<span class="float-right"> <span class="float-right">
<button class="btn clip-btn" type="button"><i class="fas fa-copy"></i></button> <button class="btn clip-btn" type="button" data-toggle='tooltip' title='{% trans "copy to clipboard" %}'><i class="fas fa-copy"></i></button>
</span> </span>