Compare commits
No commits in common. "951234ba6541ffd99f4ca432d613730293c3aa1d" and "0e9e3167e07e51e5bd4eb486c0f39208064235c9" have entirely different histories.
951234ba65
...
0e9e3167e0
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user