Ladefenster: eigene Abfahrtszeit lesbar und als ganzer Knopf antippbar
Das Zeitfeld im Chip war zu schmal (von 16:00 blieb die 1) und oeffnete den Waehler nur ueber das Uhrsymbol von Chromium. Jetzt zeigt der Knopf die Zeit und oeffnet den Waehler per showPicker(); das Feld liegt unsichtbar darunter. Car-Zustand Complete heisst beendet, nicht voll. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -4029,7 +4029,10 @@ body.anzeige-ohne-maus * { cursor: none !important; }
|
||||
.lade .lade-chip { all: unset; cursor: pointer; padding: .35rem .7rem; border-radius: 99px; background: #363d43; font-size: .8rem; font-weight: 500; font-variant-numeric: tabular-nums; }
|
||||
.lade .lade-chip[aria-pressed="true"] { background: var(--lade-wallbox); color: #0c1a1d; font-weight: 600; }
|
||||
.lade .lade-chip:focus-visible { outline: 2px solid var(--lade-wallbox); outline-offset: 1px; }
|
||||
.lade .lade-chip input { all: unset; width: 4.6ch; font: inherit; color: inherit; }
|
||||
.lade .lade-chip-eigen { position: relative; display: inline-flex; align-items: center; gap: .35rem; }
|
||||
.lade .lade-chip-eigen .bi { font-size: .85em; }
|
||||
/* Unsichtbar, aber an Ort und Stelle: der Wähler öffnet sich am Knopf. */
|
||||
.lade .lade-zeitfeld { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; border: 0; padding: 0; }
|
||||
|
||||
.lade .lade-strom { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .3rem; padding: .25rem; border-radius: .75rem; background: var(--ton-flaeche-2, #2b3237); }
|
||||
.lade .lade-strom button { all: unset; cursor: pointer; text-align: center; padding: .45rem .2rem; border-radius: .55rem; display: grid; gap: .05rem; }
|
||||
|
||||
Reference in New Issue
Block a user