Site edit tree node UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12185 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-12 07:40:39 +00:00
parent 911624b913
commit 314b3ec55c
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,8 @@
.jstree-default>ul>li,
.jstree-default li.jstree-last{background:transparent}
.jstree-default>ul>li>ins{background-position:-54px -36px !important;vertical-align:baseline !important}
.jstree-default>ul>li.jstree-open>ins{background-position:-72px 0 !important}
.jstree-default>ul>li.jstree-closed>ins{background-position:-54px 0 !important}
.jstree-default .jstree-hovered{background:#666;color:#fff;}
.jstree-default .jstree-clicked{background:#000;color:#fff}