diff --git a/templates/Froxlor/form/formfields.html.twig b/templates/Froxlor/form/formfields.html.twig index 7e9561c5..215d8bb3 100644 --- a/templates/Froxlor/form/formfields.html.twig +++ b/templates/Froxlor/form/formfields.html.twig @@ -85,7 +85,7 @@ {% if field.is_array is defined and field.is_array == 1 and field.values is not empty %} {% for subfield in field.values %}
- + @@ -94,7 +94,7 @@ {% else %}
- +
{% endif %} {% endmacro %} diff --git a/templates/Froxlor/src/scss/dark.scss b/templates/Froxlor/src/scss/dark.scss index fa78741f..9b0f9840 100644 --- a/templates/Froxlor/src/scss/dark.scss +++ b/templates/Froxlor/src/scss/dark.scss @@ -43,7 +43,9 @@ section h5 { .form-control:focus { color: $dark-bg; } - +.form-control[readonly]:focus { + color: $white; +} .form-control-plaintext { color: $white; }