From: Matthias Schmidt Date: Mon, 25 Aug 2014 05:40:21 +0000 (+0200) Subject: Fix mail-reply-all icon X-Git-Tag: 2.1.0_Alpha_1~411 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fac448198adcd792c3c6641707743700e5165a00;p=GitHub%2FWoltLab%2FWCF.git Fix mail-reply-all icon --- diff --git a/wcfsetup/install/files/style/icon.less b/wcfsetup/install/files/style/icon.less index 337d70d652..3f54d29918 100644 --- a/wcfsetup/install/files/style/icon.less +++ b/wcfsetup/install/files/style/icon.less @@ -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; }