From: Alexander Ebert Date: Fri, 21 Apr 2023 11:27:34 +0000 (+0200) Subject: Add the missing border to the pseudo dialog for draft restores X-Git-Tag: 6.0.0_Alpha_1~220^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=56ccc2936ddf1f4deaaaa0854678eb03e4f881da;p=GitHub%2FWoltLab%2FWCF.git Add the missing border to the pseudo dialog for draft restores --- diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 9525ef39c5..2cc075affa 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -179,6 +179,7 @@ html[data-color-scheme="dark"] { .ckeditor5__restoreDraft__dialog { background-color: var(--wcfContentBackground); + border: 1px solid transparent; border-radius: 8px; box-shadow: rgb(0 0 0 / 20%) 0 12px 28px 0, rgb(0 0 0 / 10%) 0 2px 4px 0; color: var(--wcfContentText); @@ -199,6 +200,12 @@ html[data-color-scheme="dark"] { margin-top: 20px; } +html[data-color-scheme="dark"] { + .ckeditor5__restoreDraft__dialog { + border-color: var(--wcfContentBorderInner); + } +} + /* Styling of inline errors for the editor. */ .ck.ck-editor + .innerError { margin-top: 0;