summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/items.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/items.css b/css/items.css
index 41b28155b..6d60d2f8a 100644
--- a/css/items.css
+++ b/css/items.css
@@ -25,6 +25,15 @@
height: 100%;
}
+#app-content.autopaging:after {
+ content: '';
+ background-image: url('%webroot%/core/img/loading.gif');
+ background-position: center;
+ background-repeat: no-repeat;
+ display: block;
+ height: 100%;
+}
+
#app-content.loading {
background-image: url('%webroot%/core/img/loading.gif');
background-position: center;