summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 05:57:54 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 05:57:54 +0100
commit3a391f67209b4bba72acfc23ad8943da8668722b (patch)
tree1c3439aa4f1fa671f2bf7de3ed9f36b8614292cf /tt-rss.css
parent4020f6f31ef4f029187c171d3ff3e37f2026c3d9 (diff)
misc css tweaks
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 {