diff --git a/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp b/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp index e59e32c..d6a05df 100644 --- a/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp +++ b/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp @@ -47,6 +47,12 @@ body { background-color: #fff9c4 !important; } +/* 선택된 행 하이라이트 스타일 */ +.tabulator-row.row-selected { + background-color: #b8daff !important; + border: 1px solid #007bff !important; +} + /* Select2 in Tabulator 스타일 */ .tabulator-cell .select2-container { width: 100% !important; @@ -72,6 +78,7 @@ body {