summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:47:55 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:47:55 +0300
commit32c080bec08ebc37d3128c07d5c5f526b8871e08 (patch)
tree88c63d840ebe026802a7d26500afd630df657471 /themes/night_blue.css
parent166517240e477dbb0e8b3a446ed8e42fd66f67df (diff)
use svg icon for the subscribe dialog (night mode)
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css3
1 files changed, 3 insertions, 0 deletions
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);
+}