From: Alexander Ebert Date: Mon, 18 Sep 2017 10:56:33 +0000 (+0200) Subject: Fixed color values for sidebar/messageReduced X-Git-Tag: 3.1.0_Alpha_4~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4dcbe38976f77794b660a13938941e9a07dba6b2;p=GitHub%2FWoltLab%2FWCF.git Fixed color values for sidebar/messageReduced --- 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; + } + } + } }