From 32c080bec08ebc37d3128c07d5c5f526b8871e08 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Mar 2021 21:47:55 +0300 Subject: use svg icon for the subscribe dialog (night mode) --- themes/night_blue.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/night_blue.css') diff --git a/themes/night_blue.css b/themes/night_blue.css index 1a30ab99b..f30dfff6e 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -2305,3 +2305,6 @@ body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextAreaError { body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextArea:not(.dijitValidationTextAreaError) { background: #305030; } +body.flat.ttrss_main .dijitDialog #feed_add_spinner { + filter: invert(1); +} -- cgit v1.2.3