100% {
-webkit-box-shadow: 0 0 20px @wcfSuccessBackgroundColor;
}
-}*/
\ No newline at end of file
+}*/
+
+/* quick reply and inline editor */
+.jsMessageLoading {
+ background-image: url(../icon/spinner.svg);
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: 64px;
+}
+
+#messageQuickReply {
+ .messageQuickReplyLoading {
+ background-image: url(../icon/spinner.svg);
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: 64px;
+ }
+
+ .formSubmit {
+ padding-bottom: @wcfGapMedium;
+ }
+}
\ No newline at end of file
.boxShadow(0, 0, @wcfErrorBackgroundColor, 10px);
}
}
-}
-
-.wbbPostLoading {
- background-image: url(../icon/spinner.svg);
- background-position: center center;
- background-repeat: no-repeat;
- background-size: 64px;
-}
-
-/* Thread quick reply */
-#threadQuickReply {
- .wbbThreadQuickReplyLoading {
- background-image: url(../icon/spinner.svg);
- background-position: center center;
- background-repeat: no-repeat;
- background-size: 64px;
- }
-
- .formSubmit {
- padding-bottom: @wcfGapMedium;
- }
}
\ No newline at end of file