1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 13:29:15 +00:00

add svg loading indicators

This commit is contained in:
Andrew Dolgov
2021-03-16 21:32:44 +03:00
parent 7ec8a6cad0
commit a0e41f41a4
12 changed files with 139 additions and 24 deletions

View File

@@ -192,6 +192,12 @@ body.ttrss_main {
.notify.notify_progress {
border-color : #d7c47a;
background-color : #fff7d5;
img {
width : 18px;
height : 18px;
filter : saturate(0);
}
}
.notify.notify_info {
@@ -599,10 +605,18 @@ body.ttrss_main {
&.Is_Feed {
.loadingNode {
left : -3px;
height : 20px;
width : 20px;
height : 14px;
width : 14px;
position : relative;
top : -2px;
top : -1px;
}
}
&.Is_Cat {
.loadingNode {
height : 11px;
width : 18px;
margin-left : 4px;
}
}