changes as suggested by @SchrodingersGat
This commit is contained in:
parent
d38c1f6c0b
commit
fc83458bdb
|
|
@ -946,6 +946,5 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
|||
}
|
||||
|
||||
.clip-btn:hover {
|
||||
padding: 6px 6px;
|
||||
background: var(--label-grey);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
{% load i18n %}
|
||||
|
||||
<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>
|
||||
Loading…
Reference in New Issue