trgm: use vector icon, replace recently read icon

master
Andrew Dolgov 6 years ago
parent 4996269d55
commit c700345c96

@ -1507,7 +1507,7 @@ class Feeds extends Handler_Protected {
return "inbox"; return "inbox";
break; break;
case -6: case -6:
return "cached"; return "restore";
break; break;
default: default:
if ($id < LABEL_BASE_INDEX) { if ($id < LABEL_BASE_INDEX) {

@ -703,7 +703,7 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
body.ttrss_main #feeds-holder #feedTree i.icon.icon-new_releases { body.ttrss_main #feeds-holder #feedTree i.icon.icon-new_releases {
color: #69c671; color: #69c671;
} }
body.ttrss_main #feeds-holder #feedTree i.icon.icon-cached { body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
font-weight: bold; font-weight: bold;
left: -3px; left: -3px;
color: #257aa7; color: #257aa7;

@ -823,7 +823,7 @@ body.ttrss_main {
color : @color-enabled; color : @color-enabled;
} }
i.icon.icon-cached { i.icon.icon-restore {
font-weight : bold; font-weight : bold;
left : -3px; left : -3px;
color : @color-accent; color : @color-accent;

@ -113,10 +113,9 @@ class Af_Psql_Trgm extends Plugin {
} }
function hook_article_button($line) { function hook_article_button($line) {
return "<img src=\"plugins/af_psql_trgm/button.png\" return "<i style=\"cursor : pointer\" class='material-icons'
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"Plugins.Psql_Trgm.showRelated(".$line["id"].")\" onclick=\"Plugins.Psql_Trgm.showRelated(".$line["id"].")\"
class='tagsPic' title='".__('Show related articles')."'>"; class='tagsPic' title='".__('Show related articles')."'>find_in_page</i>";
} }
function hook_prefs_tab($args) { function hook_prefs_tab($args) {

@ -703,7 +703,7 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
body.ttrss_main #feeds-holder #feedTree i.icon.icon-new_releases { body.ttrss_main #feeds-holder #feedTree i.icon.icon-new_releases {
color: #69c671; color: #69c671;
} }
body.ttrss_main #feeds-holder #feedTree i.icon.icon-cached { body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
font-weight: bold; font-weight: bold;
left: -3px; left: -3px;
color: #257aa7; color: #257aa7;

Loading…
Cancel
Save