diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2020-01-24 16:14:10 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2020-01-24 16:14:10 +0300 |
| commit | deefa901abecef39f1955436af213d9a64d65160 (patch) | |
| tree | 5787382cc5f38d4ef0adc63a1613a8b275a008c9 /css/default.css | |
| parent | 4a4d7a44faf0ba8d02a8a33a1a6c740a06305798 (diff) | |
mark feeds with marked articles if marked view mode is set
Diffstat (limited to 'css/default.css')
| -rw-r--r-- | css/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css index 7a205e77d..cbb5e66f0 100644 --- a/css/default.css +++ b/css/default.css @@ -866,6 +866,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; |