summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f8ada76dd..e14dcfaea 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1068,6 +1068,18 @@ a.cdmToggleLink:hover {
font-size : 8pt;
}
+#dialog_overlay {
+ background : white;
+ left : 0;
+ top : 0;
+ height : 100%;
+ width : 100%;
+ z-index : 2;
+ opacity : 0.5;
+ position : absolute;
+ display : none;
+}
+
#overlay {
background : white;
left : 0;