From: Matthias Schmidt Date: Sat, 5 Aug 2017 13:53:53 +0000 (+0200) Subject: Fix color of innerInfo arrow tip X-Git-Tag: 3.0.8~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=174a0b52b9004ce5060cc868dc13d6add36bc185;p=GitHub%2FWoltLab%2FWCF.git Fix color of innerInfo arrow tip --- diff --git a/wcfsetup/install/files/style/ui/alert.scss b/wcfsetup/install/files/style/ui/alert.scss index c2df7deef9..256e97b6c4 100644 --- a/wcfsetup/install/files/style/ui/alert.scss +++ b/wcfsetup/install/files/style/ui/alert.scss @@ -174,9 +174,9 @@ .innerInfo { background-color: $wcfStatusInfoBackground; color: $wcfStatusInfoText; - + &::before { - border-bottom-color: $wcfStatusInfoBorder; + border-bottom-color: $wcfStatusInfoBackground; } a {