1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

display special dialog when new articles are available in the current feed instead of reloading it

This commit is contained in:
Andrew Dolgov
2009-10-13 19:05:36 +04:00
parent f4280bdd13
commit 37e93d6cca
4 changed files with 42 additions and 2 deletions

View File

@@ -2238,3 +2238,21 @@ div#cmdline {
height : 18px;
width : 18px;
}
div#auxDlg {
position : absolute;
z-index : 3;
bottom : 10px;
right : 10px;
padding : 5px;
border-width : 1px;
border-style : solid;
border-color : #d7c47a;
background-color : #fff7d5;
color : black;
text-align : center;
}
div#auxDlg a {
color : #4684ff;
}