Compare commits

..

No commits in common. "951234ba6541ffd99f4ca432d613730293c3aa1d" and "0e9e3167e07e51e5bd4eb486c0f39208064235c9" have entirely different histories.

2 changed files with 2 additions and 3 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module ek-suche module ek-suche
go 1.23 go 1.22

View File

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