night.css: invert loading indicator

This commit is contained in:
Andrew Dolgov
2018-12-08 16:12:26 +03:00
parent cf1ef002bc
commit b08ce13825
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -1863,6 +1863,9 @@ body.flat.ttrss_main.ttrss_prefs div.prefHelp {
body.flat.ttrss_main {
color: #cccccc;
}
body.flat.ttrss_main img[src*='indicator_white.gif'] {
filter: invert(1);
}
body.flat.ttrss_main a:hover {
color: #58adda;
}