Improved thread quick reply to be more smoother
authorAlexander Ebert <ebert@woltlab.com>
Mon, 30 Apr 2012 13:02:14 +0000 (15:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 30 Apr 2012 13:02:14 +0000 (15:02 +0200)
wcfsetup/install/files/style/wbb.less

index 6b7d24ba0b9330dbfa276ef420262f403b586c52..e0c23614a526a9ca89a49bfd61569286462b89ba 100644 (file)
 
 /* 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;
        }