diff --git a/src/Squidex/app/shared/components/markdown-editor.component.scss b/src/Squidex/app/shared/components/markdown-editor.component.scss index 0d2f0ff6d..7e3673c8a 100644 --- a/src/Squidex/app/shared/components/markdown-editor.component.scss +++ b/src/Squidex/app/shared/components/markdown-editor.component.scss @@ -38,4 +38,8 @@ $background: #fff; text-decoration: none; } } + + .drop-text { + background: $color-dark-foreground; + } } \ No newline at end of file diff --git a/src/Squidex/app/shared/components/rich-editor.component.scss b/src/Squidex/app/shared/components/rich-editor.component.scss index 7828059a4..f1525ac5a 100644 --- a/src/Squidex/app/shared/components/rich-editor.component.scss +++ b/src/Squidex/app/shared/components/rich-editor.component.scss @@ -38,4 +38,8 @@ text-decoration: none; } } + + .drop-text { + background: $color-dark-foreground; + } } \ No newline at end of file