elosa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-16 17:46:45 +02:00
parent 75b66806a2
commit 708ce6dd3d
3 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -244,7 +244,7 @@ button#cancel-button:not(:disabled):hover {
button#submit-button {
background-image: url('../img/elisa.jpg'); /* Pfad zum Bild */
background-image: url('images/elisa.jpg'); /* Pfad zum Bild */
background-size: contain; /* Passt das Bild innerhalb des Buttons an, ohne es zu strecken */
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
background-position: center; /* Zentriert das Bild im Button */

View File

@ -215,6 +215,7 @@
<div class="search-container">
<input type="text" id="search-input" placeholder="Lebensmittel suchen..." oninput="filterTable()">
<img src="path_to_your_image.png" alt="Suche Icon" style="vertical-align: middle;"> <!-- Füge das Bild hier ein -->
</div>