From c9704d1cb03d158639ed003d97abd1a70476a55a Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Thu, 20 Nov 2025 16:09:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=EC=9D=B4=EC=96=BC=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/css/styles.css | 2 ++ src/main/webapp/resources/html/dialog.html | 2 +- src/main/webapp/resources/js/base/base.js | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 7ec201f..5a98987 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -2,6 +2,8 @@ *[onclick], *[href] {cursor:pointer;} +.hidden {display: none;} + .wait { position:fixed; top:25%; left:50%; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; diff --git a/src/main/webapp/resources/html/dialog.html b/src/main/webapp/resources/html/dialog.html index f187584..c8b4ed6 100644 --- a/src/main/webapp/resources/html/dialog.html +++ b/src/main/webapp/resources/html/dialog.html @@ -7,7 +7,7 @@ - diff --git a/src/main/webapp/resources/js/base/base.js b/src/main/webapp/resources/js/base/base.js index f0bd508..85bcfdb 100644 --- a/src/main/webapp/resources/js/base/base.js +++ b/src/main/webapp/resources/js/base/base.js @@ -199,7 +199,8 @@ var dialog = { if (conf.onOK) { let footer = dlg.find(".modal-footer"); - footer.hidden = false; + footer.removeClass("hidden"); +// footer.hidden = false; footer.show(); footer.find("button").unbind("click").click(function() { if (conf.getData) {