From 451b16f05139780683f3aff27e92a4e4dccfc792 Mon Sep 17 00:00:00 2001 From: leeheejin Date: Mon, 29 Dec 2025 15:31:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=96=BC=EB=84=98=EB=B2=84?= =?UTF-8?q?=20=EC=83=9D=EC=84=B1=EB=90=98=EB=8F=84=EB=A1=9D=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 --- .../productionplanning/prodPlanFormPopup.jsp | 257 ++++++++++++++++++ 1 file changed, 257 insertions(+) diff --git a/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp b/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp index 0a8f429..264cc5f 100644 --- a/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp +++ b/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp @@ -28,9 +28,32 @@ .readonly-field { background-color: #eee !important; } + +/* S/N 입력 필드 placeholder 색상 */ +#SERIAL_NO::placeholder { + color: #999 !important; + opacity: 1; +} +#SERIAL_NO::-webkit-input-placeholder { + color: #999 !important; +} +#SERIAL_NO::-moz-placeholder { + color: #999 !important; + opacity: 1; +} +#SERIAL_NO:-ms-input-placeholder { + color: #999 !important; +} +#SERIAL_NO { + cursor: pointer; +}