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:
18
tt-rss.css
18
tt-rss.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user