From 09c009ff440177c0da491169dddba78e27cd2f82 Mon Sep 17 00:00:00 2001 From: pebeah Date: Mon, 15 Jul 2013 00:16:05 +0200 Subject: [PATCH] Fixed small style issue --- wcfsetup/install/files/style/alert.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 { -- 2.20.1