From: pebeah Date: Sun, 14 Jul 2013 22:16:05 +0000 (+0200) Subject: Fixed small style issue X-Git-Tag: 2.0.0_Beta_5~42^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=09c009ff440177c0da491169dddba78e27cd2f82;p=GitHub%2FWoltLab%2FWCF.git Fixed small style issue --- diff --git a/wcfsetup/install/files/style/alert.less b/wcfsetup/install/files/style/alert.less index 3dcde42a2a..7a509d37c2 100644 --- a/wcfsetup/install/files/style/alert.less +++ b/wcfsetup/install/files/style/alert.less @@ -59,6 +59,11 @@ a:hover { color: @wcfInfoColor; } + + .icon { + color: @wcfInfoColor; + .textShadow(@wcfInfoBackgroundColor); + } } .success { @@ -76,6 +81,11 @@ a:hover { color: @wcfSuccessColor; } + + .icon { + color: @wcfSuccessColor; + .textShadow(@wcfSuccessBackgroundColor); + } } .warning { @@ -93,6 +103,11 @@ a:hover { color: @wcfWarningColor; } + + .icon { + color: @wcfWarningColor; + .textShadow(@wcfWarningBackgroundColor); + } } .error {