summaryrefslogtreecommitdiff
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
parent7a1e1630d835f6b3ca4b8359076d0188493a1763 (diff)
use svg icon for the subscribe dialog
-rw-r--r--js/CommonDialogs.js2
-rw-r--r--themes/compact.css6
-rw-r--r--themes/compact_night.css6
-rw-r--r--themes/light.css6
-rw-r--r--themes/light/tt-rss.less8
-rw-r--r--themes/night.css6
-rw-r--r--themes/night_blue.css6
7 files changed, 39 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'
diff --git a/themes/compact.css b/themes/compact.css
index 5d9cabcd9..2f287cbdb 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1187,6 +1187,12 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
+.dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
::selection {
background: #257aa7;
color: white;
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 332acaa26..cad1fc608 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1187,6 +1187,12 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
+.dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
::selection {
background: #b87d2c;
color: #333;
diff --git a/themes/light.css b/themes/light.css
index 3dc03ecca..1bf075bdb 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1187,6 +1187,12 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
+.dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
::selection {
background: #257aa7;
color: white;
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index b3dd44d24..9ce0f271b 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -1393,7 +1393,15 @@ body.ttrss_main, body.ttrss_utility {
cursor : pointer;
}
}*/
+}
+.dijitDialog {
+ #feed_add_spinner {
+ position : relative;
+ top : 5px;
+ width : 18px;
+ height : 18px;
+ }
}
::selection {
diff --git a/themes/night.css b/themes/night.css
index a029b50ec..3efdaa99b 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1188,6 +1188,12 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
+.dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
::selection {
background: #b87d2c;
color: #333;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index ff1c0e3a0..1a30ab99b 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1188,6 +1188,12 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
+.dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
::selection {
background: #257aa7;
color: #333;