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