summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 10:08:16 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 10:08:16 +0100
commit71ad883b287330de0ce2fa67b63141c56fad8930 (patch)
tree3f54716a8e42f047bfb843f0f14dbd0d07cb9070 /tt-rss.css
parentf54f515f440f69de6479fef14cd2aae004aff551 (diff)
toggle no daemon warning @ runtime on refetch
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e7cd68702..5cdab4f0c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {