use svg icon for the subscribe dialog

This commit is contained in:
Andrew Dolgov 2021-03-16 21:47:10 +03:00
parent 7a1e1630d8
commit 166517240e
7 changed files with 39 additions and 1 deletions

View File

@ -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'

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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;

View File

@ -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;