From 3793f8dfbb53ff4c5533d428d96896b07409773c Mon Sep 17 00:00:00 2001 From: hjjeong Date: Mon, 1 Dec 2025 09:49:47 +0900 Subject: [PATCH] =?UTF-8?q?E-bom=20=EC=84=A0=ED=83=9D=20=ED=95=9C=20row=20?= =?UTF-8?q?=ED=95=98=EC=9D=B4=EB=9D=BC=EC=9D=B4=ED=8A=B8=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/partMng/structurePopupLeft.jsp | 34 ++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) 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에서 관리 */