From 98276ed4b8173b2e547eb8fc8457e6db84ec7723 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 1 May 2012 17:46:33 +0200 Subject: [PATCH] Added CSS for post inline editing --- wcfsetup/install/files/style/wbb.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index e0c23614a5..32e024973c 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -283,6 +283,12 @@ } } +.wbbPostLoading { + background-image: url(../icon/spinner1.svg); + background-position: center center; + background-repeat: no-repeat; + background-size: 64px; +} /* Thread quick reply */ #threadQuickReply { -- 2.20.1