From 31eb44b0b45f1d734fa906ff75e4e5129f8e2497 Mon Sep 17 00:00:00 2001 From: minkyu Date: Mon, 7 Mar 2022 10:15:06 +0900 Subject: [PATCH] =?UTF-8?q?background=20=EC=83=89=EC=83=81=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resource/js/file-drag-and-drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resource/js/file-drag-and-drop.js b/src/main/webapp/resource/js/file-drag-and-drop.js index c5b0e1b..accd115 100644 --- a/src/main/webapp/resource/js/file-drag-and-drop.js +++ b/src/main/webapp/resource/js/file-drag-and-drop.js @@ -23,7 +23,7 @@ function dragOver(e) { }); } else { $(e.target).css({ - "background-color": "gray", + "background-color": "#cccccc", "outline-offset": "-10px" }); }