Merge branch 'main' into docker
This commit is contained in:
commit
951234ba65
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user