Add the missing border of sidebar boxes
authorAlexander Ebert <ebert@woltlab.com>
Thu, 7 Sep 2023 11:19:50 +0000 (13:19 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 7 Sep 2023 11:19:50 +0000 (13:19 +0200)
See https://www.woltlab.com/community/thread/301499-stileditor-zeigt-keine-rahmenfarbe-an/

wcfsetup/install/files/acp/style/acpStyleEditor.css

index 4b8cec9c832b9abd601c894ae0c8518c2fb05436..cdd802709cc00ec3c401ac6436c663521ff93ad0 100644 (file)
@@ -508,6 +508,8 @@ html[dir="rtl"] #spContentSidebar {
 #spContentSidebar .spContentSidebarBox {
        padding: 20px;
        background-color: var(--wcfSidebarBackground);
+       border: 1px solid var(--wcfSidebarBorder);
+       border-radius: var(--wcfBorderRadius);
        color: var(--wcfSidebarText);
 }
 #spContentSidebar .spContentSidebarBox a {