|
@@ -27,7 +27,7 @@ website: http://code.google.com/p/jquerytree/
|
|
|
.ztree li a.tmpTargetNode_next {}
|
|
|
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
|
|
|
font-size:12px; border:1px #7EC4CC solid; *border:0px}
|
|
|
-.ztree li span {line-height:22px; margin-right:2px}
|
|
|
+.ztree li span {line-height:19px; margin-right:2px}
|
|
|
.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
|
|
|
border:0 none; cursor: pointer;outline:none;
|
|
|
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
|
|
@@ -106,4 +106,7 @@ ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height
|
|
|
overflow: hidden;
|
|
|
text-overflow:ellipsis;
|
|
|
white-space: nowrap;
|
|
|
+}
|
|
|
+.node_name:hover{
|
|
|
+ border-bottom: 1px solid #333;
|
|
|
}
|