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/compact_night.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/compact_night.css') diff --git a/themes/compact_night.css b/themes/compact_night.css index cad1fc608..551ec32e4 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -2304,6 +2304,9 @@ 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); +} /* rules specific to compact.css */ body.ttrss_main.ttrss_index.flat #feedTree.dijitTree .dijitTreeLabel { font-size: 13px ! important; -- cgit v1.2.3