summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:32:44 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:32:44 +0300
commita0e41f41a491c4a8e5e737846edaf1a0b31d5367 (patch)
tree288687cbf3f714bcf60a0293013c6baf9c72b9b3 /themes/compact_night.css
parent7ec8a6cad0878fd16fc63c9a11d9c7e3ca18a88c (diff)
add svg loading indicators
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 676593d6c..6eb3db32e 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -182,6 +182,11 @@ body.ttrss_main .notify.notify_progress {
border-color: #d7c47a;
background-color: #fff7d5;
}
+body.ttrss_main .notify.notify_progress img {
+ width: 18px;
+ height: 18px;
+ filter: saturate(0);
+}
body.ttrss_main .notify.notify_info {
border-color: #b87d2c;
background-color: #faf3e9;
@@ -523,10 +528,15 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .loadingNod
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.Is_Feed .loadingNode {
left: -3px;
- height: 20px;
- width: 20px;
+ height: 14px;
+ width: 14px;
position: relative;
- top: -2px;
+ top: -1px;
+}
+body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.Is_Cat .loadingNode {
+ height: 11px;
+ width: 18px;
+ margin-left: 4px;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .counterNode {
font-weight: bold;