mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
use svg icon for the subscribe dialog
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user