Angabe des Markts direkt bei der Artikelanlage

This commit is contained in:
2026-08-10 09:33:23 +02:00
parent 777e3e5447
commit c6d7023779
4 changed files with 103 additions and 13 deletions

View File

@@ -1556,3 +1556,21 @@ body.modal-open .app-footer { display: none; }
Einkaufsliste zeigen, nicht die Fußzeile der Anwendung. */
.app-footer { display: none !important; }
}
/* --- Marktauswahl in der Eingabezeile --- */
.add-market { margin-bottom: .5rem; }
select.market-select {
width: 100%;
padding: .65rem .5rem;
font: inherit;
color: var(--fg);
background: var(--bg);
border: 1px solid var(--line);
border-radius: var(--radius);
}
/* Ist ein Markt gewählt, ist das die Voreinstellung für die nächsten
Artikel - das soll man sehen, ohne hinzusehen. */
select.market-select:not([data-empty]) { border-color: var(--accent); }