From 4dcbe38976f77794b660a13938941e9a07dba6b2 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 18 Sep 2017 12:56:33 +0200 Subject: [PATCH] Fixed color values for sidebar/messageReduced --- wcfsetup/install/files/style/ui/wsc31.scss | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/wcfsetup/install/files/style/ui/wsc31.scss b/wcfsetup/install/files/style/ui/wsc31.scss index 6ffb1c1c5a..ba79ed916f 100644 --- a/wcfsetup/install/files/style/ui/wsc31.scss +++ b/wcfsetup/install/files/style/ui/wsc31.scss @@ -164,4 +164,33 @@ border-bottom-color: $wcfStatusErrorBackground; } } + + // adjust color values to account for a significant darker sidebar background + .interactiveDropdownHeader .icon { + color: inherit; + } + .sidebar, + .messageSidebar { + dl:not(.plain) > dt, + dl.dataList > dt, + .separatorLeft::before { + color: $wcfSidebarDimmedText; + } + } + .messageReduced { + .messageTitle a { + color: $wcfSidebarLink; + + &:hover { + color: $wcfSidebarDimmedLinkActive; + } + } + + .messageHeaderMetaData { + .messagePublicationTime, + > li:not(:last-child)::after { + color: $wcfSidebarDimmedText; + } + } + } } -- 2.20.1