mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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 {
|
.clip-btn:hover {
|
||||||
padding: 6px 6px;
|
|
||||||
background: var(--label-grey);
|
background: var(--label-grey);
|
||||||
}
|
}
|
||||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user