summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 22:09:01 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 22:09:01 +0300
commit0f5fd9ea13f9881698fd29333aa3e5f4acbf7bd3 (patch)
tree170bcfc8b89c333125e57c21a7794991b1777827 /index.php
parent32c080bec08ebc37d3128c07d5c5f526b8871e08 (diff)
use svg icon for headlines loadmore prompt
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.php b/index.php
index 4ae81c00f..5452fcb4e 100644
--- a/index.php
+++ b/index.php
@@ -131,9 +131,10 @@
<div id="main" dojoType="dijit.layout.BorderContainer">
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
- <div id="feedlistLoading">
- <img src='images/indicator_tiny.gif'/>
- <?= __("Loading, please wait..."); ?></div>
+ <div id="feedlistLoading" class="text-center text-muted text-small">
+ <img class="icon-three-dots" src="images/three-dots.svg?2">
+ <?= __("Loading, please wait..."); ?>
+ </div>
<?php
PluginHost::getInstance()->run_hooks_callback(PluginHost::HOOK_FEED_TREE, function ($result) {
echo $result;