This commit is contained in:
@ -249,7 +249,7 @@ button#submit-button {
|
||||
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
|
||||
background-position: center; /* Zentriert das Bild im Button */
|
||||
color: transparent; /* Macht den Text unsichtbar, damit nur das Bild sichtbar ist */
|
||||
width: 57px; /* Setzt die Breite automatisch entsprechend des Inhalts */
|
||||
width: 62px; /* Setzt die Breite automatisch entsprechend des Inhalts */
|
||||
height: 85px; /* Passt die Höhe an, um das Bild vollständig anzuzeigen */
|
||||
padding: 10px 20px; /* Hinzufügen von etwas Platz um das Bild */
|
||||
}
|
||||
|
@ -215,7 +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 -->
|
||||
<img src="../static/images/marie.jpg" alt="Suche Icon" style="vertical-align: middle;"> <!-- Füge das Bild hier ein -->
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user