From: Alexander Ebert Date: Thu, 6 Apr 2023 16:07:46 +0000 (+0200) Subject: Improve the visuals of the placeholder to add a comment X-Git-Tag: 6.0.0_Alpha_1~276 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=85fea7af683a4c263852d48a8c704eb37d7a7833;p=GitHub%2FWoltLab%2FWCF.git Improve the visuals of the placeholder to add a comment Closes #5395 --- diff --git a/wcfsetup/install/files/style/ui/comment.scss b/wcfsetup/install/files/style/ui/comment.scss index 16403eec3a..ae154ac080 100644 --- a/wcfsetup/install/files/style/ui/comment.scss +++ b/wcfsetup/install/files/style/ui/comment.scss @@ -109,6 +109,7 @@ .commentAdd__placeholder { align-items: center; background-color: var(--wcfSidebarBackground); + border-radius: var(--wcfBorderRadius); column-gap: 10px; color: var(--wcfSidebarText); display: flex; @@ -123,6 +124,10 @@ } } +html[data-color-scheme="dark"] .commentAdd__content--collapsed .commentAdd__placeholder { + border: 1px solid var(--wcfSidebarBorder); +} + .commentAdd__content--loading { height: 150px; position: relative;