1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:25:55 +00:00

use svg icon for the subscribe dialog (night mode)

This commit is contained in:
Andrew Dolgov
2021-03-16 21:47:55 +03:00
parent 166517240e
commit 32c080bec0
4 changed files with 16 additions and 0 deletions

View File

@@ -330,4 +330,11 @@ body.flat.ttrss_main {
background : #305030;
}
}
.dijitDialog {
#feed_add_spinner {
filter : invert(1);
}
}
}