From: Marcel Werk Date: Sun, 18 Dec 2016 21:18:29 +0000 (+0100) Subject: Fixed box title in .boxesFooter X-Git-Tag: 3.0.0_RC_2~21 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=25896feba2c718812f905506af9271cc7a7c923c;p=GitHub%2FWoltLab%2FWCF.git Fixed box title in .boxesFooter --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 91df7c2cc7..7fa8be72d2 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -745,6 +745,18 @@ } } + .boxTitle { + color: $wcfFooterHeadlineText; + + a { + color: $wcfFooterHeadlineLink; + + &:hover { + color: $wcfFooterHeadlineLinkActive; + } + } + } + @include screen-xs { .boxImage { align-items: center;