From: Alexander Ebert Date: Mon, 30 Apr 2012 13:02:14 +0000 (+0200) Subject: Improved thread quick reply to be more smoother X-Git-Tag: 2.0.0_Beta_1~1135^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=057e020e5151953e0b4faebb19673d6fbc8d4069;p=GitHub%2FWoltLab%2FWCF.git Improved thread quick reply to be more smoother --- diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index 6b7d24ba0b..e0c23614a5 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -286,6 +286,13 @@ /* Thread quick reply */ #threadQuickReply { + .wbbThreadQuickReplyLoading { + background-image: url(../icon/spinner1.svg); + background-position: center center; + background-repeat: no-repeat; + background-size: 64px; + } + .formSubmit { padding-bottom: @wcfGapMedium; }