Use outline-success style for new stock button on part info page

This commit is contained in:
Jan Böhmer 2026-05-04 22:11:53 +02:00
parent f90d0f37f4
commit 59fa194ac8

View file

@ -129,7 +129,7 @@
</div>
{% 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>
{% trans %}part_lot.create{% endtrans %}
</button>