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 { body.flat.ttrss_main {
color: #cccccc; color: #cccccc;
} }
body.flat.ttrss_main img[src*='indicator_white.gif'] {
filter: invert(1);
}
body.flat.ttrss_main a:hover { body.flat.ttrss_main a:hover {
color: #58adda; color: #58adda;
} }

File diff suppressed because one or more lines are too long

View File

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