fix: improve accessibility and styling for vehicle selection and review buttons

This commit is contained in:
Lago
2026-05-09 23:45:30 +02:00
parent 926950bd62
commit aca60696ae
2 changed files with 31 additions and 8 deletions
+2 -2
View File
@@ -251,8 +251,8 @@
<h3 class="bpf-panel-title">🚗 <span data-i18n="stepVehicleTime">Fahrzeug & Zeitraum</span></h3>
<div class="bpf-field">
<label data-i18n="bpfVehicle">Fahrzeug</label>
<select id="bpfCar">
<label for="bpfCar" id="bpfCarLabel" data-i18n="bpfVehicle">Fahrzeug</label>
<select id="bpfCar" aria-labelledby="bpfCarLabel">
<option value="" data-i18n="bpfSelectVehicle">Fahrzeug wählen</option>
</select>
</div>