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

@@ -28,6 +28,10 @@ body.flat.ttrss_main.ttrss_prefs {
body.flat.ttrss_main {
color : @fg-main;
img[src*='indicator_white.gif'] {
filter : invert(1);
}
a:hover {
color : lighten(@color-link, 20%);
}