Fix mail-reply-all icon
authorMatthias Schmidt <gravatronics@live.com>
Mon, 25 Aug 2014 05:40:21 +0000 (07:40 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 25 Aug 2014 05:40:21 +0000 (07:40 +0200)
wcfsetup/install/files/style/icon.less

index 337d70d652e79134918d30bc23ff12fc260ce71b..3f54d29918db3909d110c9a3b5a1829dfcb31ab2 100644 (file)
@@ -889,7 +889,7 @@ a > span.fa:not(.pointer) {
 @terminal: @fa-var-terminal;
 @code: @fa-var-code;
 @reply-all: @fa-var-reply-all;
-@mail-reply-all: @fa-var-mail-reply-all;
+@mail-reply-all: @fa-var-reply-all;
 @star-half-empty: @fa-var-star-half-o;
 @location-arrow: @fa-var-location-arrow;
 @crop: @fa-var-crop;
@@ -1261,8 +1261,7 @@ a > span.fa:not(.pointer) {
 .icon-flag-checkered:before, .fa-flag-checkered:before { content: @flag-checkered; }
 .icon-terminal:before, .fa-terminal:before { content: @terminal; }
 .icon-code:before, .fa-code:before { content: @code; }
-.icon-reply-all:before, .fa-reply-all:before { content: @reply-all; }
-.icon-mail-reply-all:before, .fa-mail-reply-all:before { content: @mail-reply-all; }
+.icon-reply-all:before, .fa-reply-all:before, .icon-mail-reply-all:before, .fa-mail-reply-all:before { content: @reply-all; }
 .icon-star-half-full:before, .fa-star-half-full:before,
 .icon-star-half-empty:before, .fa-star-half-o:before { content: @star-half-empty; }
 .icon-location-arrow:before, .fa-location-arrow:before { content: @location-arrow; }