Design angepast

This commit is contained in:
Domenik Rath 2024-09-26 22:52:40 +02:00
parent f473240b46
commit e4b8764db3

View File

@ -76,6 +76,7 @@
transition: background-color 0.3s ease;
}
#resetButton:hover {
background-color: #2980b9;
}
@ -196,7 +197,7 @@
<input type="text" id="query" name="query" placeholder="Suchbegriff eingeben..." />
<div class="button-group">
<button id="searchButton" onclick="performSearch()">Suchen</button>
<button id="resetButton" onclick="resetForm()">Löschen</button>
<button id="resetButton" onclick="resetForm()">Zurücksetzen</button>
</div>
</div>