diff --git a/assets/styles/components/forms.css b/assets/styles/components/forms.css index b722f56..19d52c5 100644 --- a/assets/styles/components/forms.css +++ b/assets/styles/components/forms.css @@ -8,7 +8,7 @@ label.required:after { } .form-field--has-error { - @apply border-red-500; + @apply border-red-700; } .form-checkbox, @@ -18,7 +18,7 @@ label.required:after { .form-checkbox--has-error, .form-radio--has-error { - @apply border-red-500; + @apply border-red-700; } select[readonly] { diff --git a/templates/_partials/_alert.html.twig b/templates/_partials/_alert.html.twig index cd982be..36b0941 100644 --- a/templates/_partials/_alert.html.twig +++ b/templates/_partials/_alert.html.twig @@ -19,19 +19,17 @@ {% endif %}
- {% if messages | length == 1 %} -

- {{ messages[0] }} -

- {% else %} -

- {{ title is defined ? title : 'Es gab mehrere Probleme' }} -

-
-