script.js aktualisiert
kleine Änderung an den drei Preset Buttons
This commit is contained in:
parent
3b34d25467
commit
33ee94eb31
1 changed files with 3 additions and 3 deletions
|
|
@ -96,9 +96,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
presetItem.innerHTML = `
|
||||
<h3>${name}</h3>
|
||||
<div class="button-container">
|
||||
<button class="move-button"><i class="fas fa-arrows-alt"></i></button>
|
||||
<button class="edit-button"><i class="fas fa-edit"></i></button>
|
||||
<button class="delete-button"><i class="fas fa-trash-alt"></i></button>
|
||||
<button class="move-button"><i class="fas fa-arrows-alt" style="color:grey"></i></button>
|
||||
<button class="edit-button"><i class="fas fa-edit" style="color:grey"></i></button>
|
||||
<button class="delete-button"><i class="fas fa-trash-alt" style="color:grey"></i></button>
|
||||
</div>
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue