diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 15:07:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 15:07:15 +0200 |
commit | 26bf64631d7335093a8e9780e97e8187e76bb14f (patch) | |
tree | 42cd97f7c48bbaccc5d461ba05657df026d80717 /core/templates | |
parent | 96cfe97daeab3d2069a97bcc476583993515898f (diff) | |
download | nextcloud-server-26bf64631d7335093a8e9780e97e8187e76bb14f.tar.gz nextcloud-server-26bf64631d7335093a8e9780e97e8187e76bb14f.zip |
better loading feedback for app start, move from JS to CSS
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 49d57bcc3f6..059491abac2 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -99,6 +99,7 @@ <a href="<?php print_unescaped($entry['href']); ?>" title="" <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>> <img class="icon svg" alt="" src="<?php print_unescaped($entry['icon']); ?>"/> + <div class="icon-loading-dark" style="display:none;"></div> <span> <?php p($entry['name']); ?> </span> |