diff --git a/WebContent/WEB-INF/view/partMng/structurePopupLeft.jsp b/WebContent/WEB-INF/view/partMng/structurePopupLeft.jsp index 8f41cd6..c716b0d 100644 --- a/WebContent/WEB-INF/view/partMng/structurePopupLeft.jsp +++ b/WebContent/WEB-INF/view/partMng/structurePopupLeft.jsp @@ -39,6 +39,12 @@ .tabulator-row.level-9 { background-color: #FFFFEB !important; } .tabulator-row.level-10 { background-color: #ffffff !important; } +/* 선택된 행 하이라이트 스타일 */ +.tabulator-row.row-selected { + background-color: #b8daff !important; + border: 1px solid #007bff !important; +} + /* 파일 아이콘 스타일은 basic.css에서 관리 */