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 -----------------------------------------------------------*/