summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:47:10 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:47:10 +0300
commit166517240e477dbb0e8b3a446ed8e42fd66f67df (patch)
treeaefa16762e0526d5c9c1503d5e42ae15d0dc9766 /js/CommonDialogs.js
parent7a1e1630d835f6b3ca4b8359076d0188493a1763 (diff)
use svg icon for the subscribe dialog
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index ab8441cac..a68dc8068 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -33,7 +33,7 @@ const CommonDialogs = {
<section>
<fieldset>
- <div style='float : right'><img style='display : none' id='feed_add_spinner' src='images/indicator_white.gif'></div>
+ <div class='pull-right'><img style='display : none' id='feed_add_spinner' src='${App.getInitParam('icon_oval')}'></div>
<input style='font-size : 16px; width : 500px;'
placeHolder="${__("Feed or site URL")}"
dojoType='dijit.form.ValidationTextBox'