summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 40c7ebe5e..67feb6ef4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1092,3 +1092,12 @@ a.cdmToggleLink:hover {
padding : 10px;
font-weight : normal;
}
+
+div.noDaemonWarning {
+ position : absolute;
+ background-color : #ecf4ff;
+ border : 1px solid #88b0f0;
+ padding : 10px;
+ margin : 5px;
+ z-index : 2;
+}