summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ed320a0c2..aefc66be3 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1015,3 +1015,19 @@ div.cdmContent a:hover {
padding : 0px;
font-size : x-small;
}
+
+#overlay {
+ background : white;
+ left : 0;
+ top : 0;
+ height : 100%;
+ width : 100%;
+ z-index : 100;
+ position : absolute;
+}
+
+#overlay_inner {
+ font-weight : bold;
+ text-align : center;
+ margin : 10px;
+}