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

toggle no daemon warning @ runtime on refetch

This commit is contained in:
Andrew Dolgov
2006-05-23 10:08:16 +01:00
parent f54f515f44
commit 71ad883b28
4 changed files with 33 additions and 10 deletions

View File

@@ -1090,13 +1090,14 @@ a.cdmToggleLink:hover {
font-weight : normal;
}
div.noDaemonWarning {
#noDaemonWarning {
position : absolute;
background-color : #ecf4ff;
border : 1px solid #88b0f0;
padding : 10px;
margin : 5px;
z-index : 2;
display : none;
}
#qafInput {