diff --git a/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp b/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp index 48ee36d..8c3fea0 100644 --- a/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp +++ b/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp @@ -39,6 +39,11 @@ body { .tabulator-row.level-8 { background-color: #dce6f1 !important; } .tabulator-row.level-9 { background-color: #FFFFEB !important; } .tabulator-row.level-10 { background-color: #ffffff !important; } + +/* 편집 가능한 컬럼 헤더 스타일 */ +.editable-header { + background-color: #fff9c4 !important; +} + +
+ + +