From 9f616c2f459918d6a39b84713fb52c5a6cb4efdb Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 17 Jun 2025 16:16:09 +0200 Subject: [PATCH] FIX Lock translations inputs for non translatable datas --- resources/css/admin-style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 3f7a748..6788345 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -802,6 +802,16 @@ select[data-enpassusermodified='yes'] { } } +/* ----------------------------------------------------------- + LOCK DATAS TRANSLATIONS ELEMENTS ON ARTISANS PAGES FOR NL + -----------------------------------------------------------*/ +.wpml-current-language--nl { + #acf-group_67581cdaf3262, + .acf-field-670fc5666c4f3 { + @apply pointer-events-none cursor-not-allowed opacity-50; + } +} + /* ----------------------------------------------------------- Admin styles -----------------------------------------------------------*/