Commit 280bfba2 by Masaru Abe

Merge branch 'feature/1.9.2.6_kim-ec' into 'feature/1.9.2.7'

#31600 【Biz Web 1.9.0】フォームを透明にした後にスライドを開くと透明になっている(ムービーアクション)

See merge request abook_web/web-viewer!45
parents 1718f150 c6c1ad45
...@@ -2715,6 +2715,11 @@ CONTENTVIEW_CREATEOBJECT.createImagePreview = function() { ...@@ -2715,6 +2715,11 @@ CONTENTVIEW_CREATEOBJECT.createImagePreview = function() {
CONTENTVIEW_CREATEOBJECT.createVideoFulScreen = function(video, id) { CONTENTVIEW_CREATEOBJECT.createVideoFulScreen = function(video, id) {
$('#dialog').css('box-shadow', '0px 0px 3px 1px #666'); $('#dialog').css('box-shadow', '0px 0px 3px 1px #666');
$('#dialog').css('border', 'solid 1px #666'); $('#dialog').css('border', 'solid 1px #666');
$("#dialog").css('width', '');
$("#dialog").css('height', '');
$("#dialog").css('left', '');
$("#dialog").css('top', '');
$("#dialog").css('background-color','black');
$('#dialog').draggable({ handle: "h1" }); $('#dialog').draggable({ handle: "h1" });
$('#dialog').children().remove(); $('#dialog').children().remove();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment