2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Clean up buttons for stock location

This commit is contained in:
Oliver Walters
2019-06-19 18:49:05 +10:00
parent 21479e39d9
commit fefbcf2ed9
5 changed files with 42 additions and 20 deletions

View File

@ -65,7 +65,7 @@
</button>
{% if not part.active %}
<button type='button' class='btn btn-default btn-glyph' id='part-delete' title='Delete part'>
<span id='part-delete-icon' class='glyphicon glyphicon-trash' style='color: #a11;'/>
<span id='part-delete-icon' class='glyphicon glyphicon-trash'/>
</button>
{% endif %}
</div>