mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 13:25:54 +00:00
tweak auxDlg
This commit is contained in:
@@ -2162,7 +2162,7 @@ function displayNewContentPrompt(id) {
|
|||||||
try {
|
try {
|
||||||
|
|
||||||
var msg = "<a href='#' onclick='viewfeed("+id+")'>" +
|
var msg = "<a href='#' onclick='viewfeed("+id+")'>" +
|
||||||
__("New articles available (Click to show)") + "</a>";
|
__("New articles available in this feed (click to show)") + "</a>";
|
||||||
|
|
||||||
msg = msg.replace("%s", getFeedName(id));
|
msg = msg.replace("%s", getFeedName(id));
|
||||||
|
|
||||||
|
|||||||
@@ -2079,7 +2079,7 @@ div#auxDlg {
|
|||||||
background-color : #fff7d5;
|
background-color : #fff7d5;
|
||||||
color : black;
|
color : black;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-size : 11px;
|
font-size : 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#auxDlg a {
|
div#auxDlg a {
|
||||||
|
|||||||
Reference in New Issue
Block a user