mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:05:56 +00:00
mark feeds with marked articles if marked view mode is set
This commit is contained in:
@@ -866,6 +866,9 @@ body.ttrss_main .dijitDialog h3:first-of-type,
|
|||||||
body.ttrss_main .dijitDialog h4:first-of-type {
|
body.ttrss_main .dijitDialog h4:first-of-type {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
|
||||||
|
color: #257aa7;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-headlines i.icon-syndicate {
|
body.ttrss_main #toolbar-headlines i.icon-syndicate {
|
||||||
color: #ff7c4b;
|
color: #ff7c4b;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -8,6 +8,7 @@
|
|||||||
@color-link: @color-accent;
|
@color-link: @color-accent;
|
||||||
@color-published: lighten(#ff5718, 10%);
|
@color-published: lighten(#ff5718, 10%);
|
||||||
@color-marked: #ffc069;
|
@color-marked: #ffc069;
|
||||||
|
@color-accent-marked : @color-accent;
|
||||||
@color-panel-bg: #f5f5f5;
|
@color-panel-bg: #f5f5f5;
|
||||||
@color-checked: #69C671;
|
@color-checked: #69C671;
|
||||||
@border-default : #ddd;
|
@border-default : #ddd;
|
||||||
|
|||||||
@@ -1024,6 +1024,10 @@ body.ttrss_main .dijitDialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
|
||||||
|
color : @color-accent-marked;
|
||||||
|
}
|
||||||
|
|
||||||
body.ttrss_main {
|
body.ttrss_main {
|
||||||
#toolbar-headlines {
|
#toolbar-headlines {
|
||||||
i.icon-syndicate {
|
i.icon-syndicate {
|
||||||
|
|||||||
@@ -867,6 +867,9 @@ body.ttrss_main .dijitDialog h3:first-of-type,
|
|||||||
body.ttrss_main .dijitDialog h4:first-of-type {
|
body.ttrss_main .dijitDialog h4:first-of-type {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
|
||||||
|
color: #b87d2c;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-headlines i.icon-syndicate {
|
body.ttrss_main #toolbar-headlines i.icon-syndicate {
|
||||||
color: #ff7c4b;
|
color: #ff7c4b;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -867,6 +867,9 @@ body.ttrss_main .dijitDialog h3:first-of-type,
|
|||||||
body.ttrss_main .dijitDialog h4:first-of-type {
|
body.ttrss_main .dijitDialog h4:first-of-type {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
|
||||||
|
color: #257aa7;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-headlines i.icon-syndicate {
|
body.ttrss_main #toolbar-headlines i.icon-syndicate {
|
||||||
color: #ff7c4b;
|
color: #ff7c4b;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user