FIX Lock translations inputs for non translatable datas
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5eb37595fa
commit
9f616c2f45
|
|
@ -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
|
Admin styles
|
||||||
-----------------------------------------------------------*/
|
-----------------------------------------------------------*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user