From: Alexander Ebert Date: Tue, 1 May 2012 15:46:33 +0000 (+0200) Subject: Added CSS for post inline editing X-Git-Tag: 2.0.0_Beta_1~1133 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=98276ed4b8173b2e547eb8fc8457e6db84ec7723;p=GitHub%2FWoltLab%2FWCF.git Added CSS for post inline editing --- 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 {