From d4a6819a45043fb1f1be30bf56df3ae97399a9f3 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Feb 2013 22:49:15 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/alert.less | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/style/alert.less b/wcfsetup/install/files/style/alert.less index 0539043af6..d50ad4d147 100644 --- a/wcfsetup/install/files/style/alert.less +++ b/wcfsetup/install/files/style/alert.less @@ -25,7 +25,7 @@ width: 32px; } - > a { + a { text-decoration: underline; } } @@ -42,7 +42,8 @@ content: "\f05a"; } - > a, > a:hover { + a, + a:hover { color: @wcfInfoColor; } } @@ -58,7 +59,8 @@ content: "\f058"; } - > a, > a:hover { + a, + a:hover { color: @wcfSuccessColor; } } @@ -74,7 +76,8 @@ content: "\f071"; } - > a, > a:hover { + a, + a:hover { color: @wcfWarningColor; } } @@ -90,7 +93,8 @@ content: "\f05e"; } - > a, > a:hover { + a, + a:hover { color: @wcfErrorColor; } } -- 2.20.1