From 2f126850d71d92745d1f035f292ebb4b11d92c2c Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 7 Mar 2023 14:49:05 +0100 Subject: [PATCH] display:none entity boussole fields in form --- src/web/themes/custom/ouatminimal_theme/css/ouatminimal.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/web/themes/custom/ouatminimal_theme/css/ouatminimal.css b/src/web/themes/custom/ouatminimal_theme/css/ouatminimal.css index 1aa5dbf..36c9887 100644 --- a/src/web/themes/custom/ouatminimal_theme/css/ouatminimal.css +++ b/src/web/themes/custom/ouatminimal_theme/css/ouatminimal.css @@ -198,6 +198,12 @@ border:none; } + +div.field--name-field-actuel-future.form-wrapper, +div.field--name-field-prise.form-wrapper, +div.field--name-field-menace-maintien-degres.form-wrapper{ + display: none; +} .field--name-field-actuel-future > fieldset legend{ display:none; }