Fix textarea HTML rendering and enforce light FilePond panels

This commit is contained in:
Jürgen Mummert
2026-03-01 12:11:08 +01:00
parent 84a6f118dc
commit 76be3bcd09
3 changed files with 23 additions and 1 deletions
@@ -39,6 +39,12 @@
background: #f7f7f7;
}
.module-organization-edit .filepond--root .filepond--panel-root,
.module-organization-edit .filepond--root .filepond--item-panel,
.module-organization-edit .filepond--root .filepond--image-preview {
background-color: #f7f7f7 !important;
}
.module-organization-edit .filepond--root .filepond--image-preview-overlay-idle,
.module-organization-edit .filepond--root .filepond--image-preview-overlay-success,
.module-organization-edit .filepond--root .filepond--image-preview-overlay-failure {