mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-12 22:41:38 +00:00
Use outline-success style for new stock button on part info page
This commit is contained in:
parent
f90d0f37f4
commit
59fa194ac8
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if add_lot_form is not null %}
|
{% if add_lot_form is not null %}
|
||||||
<button type="button" class="btn btn-success" data-bs-toggle="modal" data-bs-target="#add-lot-modal">
|
<button type="button" class="btn btn-outline-success" data-bs-toggle="modal" data-bs-target="#add-lot-modal">
|
||||||
<i class="fas fa-plus-square fa-fw"></i>
|
<i class="fas fa-plus-square fa-fw"></i>
|
||||||
{% trans %}part_lot.create{% endtrans %}
|
{% trans %}part_lot.create{% endtrans %}
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue