From a0e41f41a491c4a8e5e737846edaf1a0b31d5367 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Mar 2021 21:32:44 +0300 Subject: add svg loading indicators --- themes/light/tt-rss.less | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'themes/light') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index 121cba56b..b3dd44d24 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -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; } } -- cgit v1.2.3