From d1911fd2576bd6a60f85f1e19ca33f920b09f71a Mon Sep 17 00:00:00 2001 From: Min-Soo Kim Date: Sat, 18 Aug 2018 20:30:27 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=AF=B8=EC=84=B8=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jstree 클릭시 기본 스타일 반영. --- modules/admin/tpl/css/admin.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 4001a2290..522dedf18 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -1819,6 +1819,8 @@ html[lang="mn"] .x .g11n.active>[disabled], opacity: .5; filter: alpha(opacity=50); } +.tree a.jstree-hovered:hover{background:#616161;color:#fff;} +.tree .jstree-clicked{background:#000;color:#fff} .tree .jstree-hovered>i, .tree .jstree-clicked>i { opacity: 1;