1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

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

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;
}