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
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 13s
This commit is contained in:
@@ -39,25 +39,22 @@
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.kc-form-row input[type="text"]:focus,
|
||||
.kc-form-row select:focus {
|
||||
.kc-form-row select:focus {
|
||||
outline: none;
|
||||
border-color: #b6d333;
|
||||
background: #ffffff;
|
||||
background: #fffde8;
|
||||
}
|
||||
|
||||
.kc-form-row input[type="submit"] {
|
||||
|
||||
Reference in New Issue
Block a user