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/compact.css | 6 ++++++ themes/compact_night.css | 6 ++++++ themes/light.css | 6 ++++++ themes/light/tt-rss.less | 8 ++++++++ themes/night.css | 6 ++++++ themes/night_blue.css | 6 ++++++ 6 files changed, 38 insertions(+) (limited to 'themes') diff --git a/themes/compact.css b/themes/compact.css index 5d9cabcd9..2f287cbdb 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -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; diff --git a/themes/compact_night.css b/themes/compact_night.css index 332acaa26..cad1fc608 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -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; diff --git a/themes/light.css b/themes/light.css index 3dc03ecca..1bf075bdb 100644 --- a/themes/light.css +++ b/themes/light.css @@ -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; diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index b3dd44d24..9ce0f271b 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -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 { 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; diff --git a/themes/night_blue.css b/themes/night_blue.css index ff1c0e3a0..1a30ab99b 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.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: #257aa7; color: #333; -- cgit v1.2.3