mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
css: insensitive -> text-muted
This commit is contained in:
@@ -1487,7 +1487,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
"onclick=\"CommonDialogs.editFeed(".$line["id"].")\">".
|
||||
htmlspecialchars($line["title"])."</a>";
|
||||
|
||||
print "</td><td class='insensitive' align='right'>";
|
||||
print "</td><td class='text-muted' align='right'>";
|
||||
print make_local_datetime($line['last_article'], false);
|
||||
print "</td>";
|
||||
print "</tr>";
|
||||
@@ -1544,7 +1544,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
"onclick=\"CommonDialogs.editFeed(".$line["id"].")\">".
|
||||
htmlspecialchars($line["title"])."</a>: ";
|
||||
|
||||
print "<span class=\"insensitive\">";
|
||||
print "<span class=\"text-muted\">";
|
||||
print htmlspecialchars($line["last_error"]);
|
||||
print "</span>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user