mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
72ee14c5dd
commit
de055147d5
1 changed files with 7 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue