summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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 {