From 8ef34620b76be505876ba2dd72ed4025a3857fd5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 17:31:52 +0100 Subject: [PATCH] FIX Problems in backend field display and scoping the gfield style to front end --- resources/css/forms/forms.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/forms/forms.css b/resources/css/forms/forms.css index 400f38c..61a6d3a 100644 --- a/resources/css/forms/forms.css +++ b/resources/css/forms/forms.css @@ -48,7 +48,8 @@ } } } - -form:not(:has(.gfield)) { - @apply form-carhop; +body.front-end { + form:not(:has(.gfield)) { + @apply form-carhop; + } }