Fixed small style issue
authorpebeah <itsmepasse@gmail.com>
Sun, 14 Jul 2013 22:16:05 +0000 (00:16 +0200)
committerpebeah <itsmepasse@gmail.com>
Sun, 14 Jul 2013 22:16:05 +0000 (00:16 +0200)
wcfsetup/install/files/style/alert.less

index 3dcde42a2a13536fd525a82f00879ad8d17cc9c4..7a509d37c2b0dda6d1665f156729b35e4b6e1635 100644 (file)
        a:hover {
                color: @wcfInfoColor;
        }
+       
+       .icon {
+               color: @wcfInfoColor;
+               .textShadow(@wcfInfoBackgroundColor);
+       }
 }
 
 .success {
        a:hover {
                color: @wcfSuccessColor;
        }
+       
+       .icon {
+               color: @wcfSuccessColor;
+               .textShadow(@wcfSuccessBackgroundColor);
+       }
 }
 
 .warning {
        a:hover {
                color: @wcfWarningColor;
        }
+       
+       .icon {
+               color: @wcfWarningColor;
+               .textShadow(@wcfWarningBackgroundColor);
+       }
 }
 
 .error {