mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
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:
parent
911624b913
commit
314b3ec55c
2 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ body>.x{max-width:none !important}
|
|||
.mapi>ul>li>a:focus,
|
||||
.mapi>ul>li>a.jstree-clicked,
|
||||
.mapi>ul>li>a.jstree-hovered{text-shadow:none}
|
||||
.mapi>ul>li>ul{margin-top:3px;padding:7px 0}
|
||||
.mapi>ul>li>ul{margin:3px 0 0 18px;padding:7px 0}
|
||||
.mapi>ul>li>ul>li{margin-left:0}
|
||||
/* li>a */
|
||||
.mapi li>a{border:0 !important;padding:0 8px !important;margin:0 60px 1px 0;border-radius:3px;position:relative;z-index:2;height:23px;line-height:23px;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue