Fix color of innerInfo arrow tip
authorMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 13:53:53 +0000 (15:53 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 13:53:53 +0000 (15:53 +0200)
wcfsetup/install/files/style/ui/alert.scss

index c2df7deef92ca51cea0dc9bc6e91d92462f607c7..256e97b6c49d40bb13ee4daf4202eb721a66a581 100644 (file)
 .innerInfo {
        background-color: $wcfStatusInfoBackground;
        color: $wcfStatusInfoText;
-
+       
        &::before {
-               border-bottom-color: $wcfStatusInfoBorder;
+               border-bottom-color: $wcfStatusInfoBackground;
        }
        
        a {