From 44bc5cc057fe5d9df6140be7ef0e5854abf16ce8 Mon Sep 17 00:00:00 2001 From: pebeah Date: Mon, 15 Jul 2013 17:05:13 +0200 Subject: [PATCH] Small .icon style fix --- wcfsetup/install/files/style/alert.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/alert.less b/wcfsetup/install/files/style/alert.less index 7a509d37c2..d1f1343a5c 100644 --- a/wcfsetup/install/files/style/alert.less +++ b/wcfsetup/install/files/style/alert.less @@ -125,6 +125,11 @@ a:hover { color: @wcfErrorColor; } + + .icon { + color: @wcfErrorColor; + .textShadow(@wcfErrorBackgroundColor); + } } /* inline errors */ -- 2.20.1