From 166517240e477dbb0e8b3a446ed8e42fd66f67df Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Mar 2021 21:47:10 +0300 Subject: use svg icon for the subscribe dialog --- themes/night.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index a029b50ec..3efdaa99b 100644 --- a/themes/night.css +++ b/themes/night.css @@ -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; -- cgit v1.2.3