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; +}