diff --git a/lib/client/viewer.js b/lib/client/viewer.js index a99239aa..f8141cdf 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -12,7 +12,13 @@ CloudCommander.Viewer.FancyBox = { return function(){ $(".fancybox").fancybox({ openEffect : 'none', - closeEffect : 'none' + closeEffect : 'none', + overlay : { + opacity: 0.1, + css : { + 'background-color' : '#fff' + } + } }); pParent.set();