use svg icon for the subscribe dialog
This commit is contained in:
parent
7a1e1630d8
commit
166517240e
|
@ -33,7 +33,7 @@ const CommonDialogs = {
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<fieldset>
|
<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;'
|
<input style='font-size : 16px; width : 500px;'
|
||||||
placeHolder="${__("Feed or site URL")}"
|
placeHolder="${__("Feed or site URL")}"
|
||||||
dojoType='dijit.form.ValidationTextBox'
|
dojoType='dijit.form.ValidationTextBox'
|
||||||
|
|
|
@ -1187,6 +1187,12 @@ body.ttrss_utility hr {
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
.dijitDialog #feed_add_spinner {
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: #257aa7;
|
background: #257aa7;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -1187,6 +1187,12 @@ body.ttrss_utility hr {
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
.dijitDialog #feed_add_spinner {
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: #b87d2c;
|
background: #b87d2c;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
|
@ -1187,6 +1187,12 @@ body.ttrss_utility hr {
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
.dijitDialog #feed_add_spinner {
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: #257aa7;
|
background: #257aa7;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -1393,7 +1393,15 @@ body.ttrss_main, body.ttrss_utility {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.dijitDialog {
|
||||||
|
#feed_add_spinner {
|
||||||
|
position : relative;
|
||||||
|
top : 5px;
|
||||||
|
width : 18px;
|
||||||
|
height : 18px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
|
|
|
@ -1188,6 +1188,12 @@ body.ttrss_utility hr {
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
.dijitDialog #feed_add_spinner {
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: #b87d2c;
|
background: #b87d2c;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
|
@ -1188,6 +1188,12 @@ body.ttrss_utility hr {
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
.dijitDialog #feed_add_spinner {
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: #257aa7;
|
background: #257aa7;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
Loading…
Reference in New Issue