Frontend: Formular-Styles (kc-form-container & Inputs) wiederhergestellt Hintergrund, Border, Input-Design wie ursprünglich.
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 13s

This commit is contained in:
ProgrammGamer
2026-01-30 21:09:15 +01:00
parent b29fb937c8
commit 67a5182670

View File

@@ -39,15 +39,12 @@
}
.kc-form-row select,
.kc-form-row input[type="text"],
.kc-form-row input[type="email"],
.kc-form-row input[type="number"] {
box-sizing: border-box;
width: 100%;
padding: 10px;
border: 1.7px solid #d6e39f;
border-radius: 5px;
background: #ffffff;
background: #fcffe9;
font-size: 1.09em;
margin-top: 3px;
transition: border .2s;
@@ -57,7 +54,7 @@
.kc-form-row select:focus {
outline: none;
border-color: #b6d333;
background: #ffffff;
background: #fffde8;
}
.kc-form-row input[type="submit"] {