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, 1 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index fc7aa94c8..13daa8145 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1189,15 +1189,14 @@ a.cdmToggleLink:hover {
}
#dialog_overlay {
- background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 2;
- opacity : 0.5;
position : absolute;
display : none;
+ background-image : url("images/shadow_white.png");
}
#overlay {