This commit is contained in:
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@ -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 */
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user