mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
change fresh feed icon
This commit is contained in:
@@ -1501,7 +1501,7 @@ class Feeds extends Handler_Protected {
|
||||
return "rss_feed";
|
||||
break;
|
||||
case -3:
|
||||
return "new_releases";
|
||||
return "whatshot";
|
||||
break;
|
||||
case -4:
|
||||
return "inbox";
|
||||
|
||||
@@ -697,8 +697,8 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
||||
color: #ff7c4b;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-new_releases {
|
||||
color: #69c671;
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-whatshot {
|
||||
color: red;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
||||
font-weight: bold;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -817,8 +817,8 @@ body.ttrss_main {
|
||||
color : @color-published;
|
||||
}
|
||||
|
||||
i.icon.icon-new_releases {
|
||||
color : @color-enabled;
|
||||
i.icon.icon-whatshot {
|
||||
color : red;
|
||||
}
|
||||
|
||||
i.icon.icon-restore {
|
||||
|
||||
@@ -697,8 +697,8 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
||||
color: #ff7c4b;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-new_releases {
|
||||
color: #69c671;
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-whatshot {
|
||||
color: red;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
||||
font-weight: bold;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user