1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Display "Loading..." text while JS is loading

This commit is contained in:
Toby Zerner
2015-11-02 16:47:36 +10:30
parent 4e047bae6a
commit 7dcb99621d
3 changed files with 43 additions and 27 deletions

View File

@@ -137,3 +137,10 @@ blockquote ol:last-child {
margin: 0;
}
}
#flarum-loading {
text-align: center;
padding: 50px 0;
font-size: 18px;
color: @muted-more-color;
}