1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:15:56 +00:00

mark feeds with marked articles if marked view mode is set

This commit is contained in:
Andrew Dolgov
2020-01-24 16:14:10 +03:00
parent 4a4d7a44fa
commit deefa901ab
8 changed files with 17 additions and 3 deletions

View File

@@ -867,6 +867,9 @@ body.ttrss_main .dijitDialog h3:first-of-type,
body.ttrss_main .dijitDialog h4:first-of-type {
margin-top: 0px;
}
body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
color: #b87d2c;
}
body.ttrss_main #toolbar-headlines i.icon-syndicate {
color: #ff7c4b;
margin-right: 8px;

File diff suppressed because one or more lines are too long

View File

@@ -867,6 +867,9 @@ body.ttrss_main .dijitDialog h3:first-of-type,
body.ttrss_main .dijitDialog h4:first-of-type {
margin-top: 0px;
}
body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
color: #257aa7;
}
body.ttrss_main #toolbar-headlines i.icon-syndicate {
color: #ff7c4b;
margin-right: 8px;

File diff suppressed because one or more lines are too long