Add FieldDisplayManager.

Refactor admin field show/hide.
This commit is contained in:
Pedro Silva 2023-09-14 17:48:46 +01:00
parent d3a02e79c5
commit 0cddf83b9d
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
13 changed files with 320 additions and 100 deletions

View file

@ -0,0 +1,11 @@
.ppcp-field-hidden {
display: none !important;
}
.ppcp-field-disabled {
cursor: not-allowed;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.5;
}