From 057e020e5151953e0b4faebb19673d6fbc8d4069 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 30 Apr 2012 15:02:14 +0200 Subject: [PATCH] Improved thread quick reply to be more smoother --- wcfsetup/install/files/style/wbb.less | 7 +++++++ 1 file changed, 7 insertions(+) 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; } -- 2.20.1