initial commit
This commit is contained in:
98
WebRoot/js/jquery-easyui-1.1.2/themes/default/tree.css
Normal file
98
WebRoot/js/jquery-easyui-1.1.2/themes/default/tree.css
Normal file
@@ -0,0 +1,98 @@
|
||||
.tree{
|
||||
font-size:12px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style-type:none;
|
||||
}
|
||||
.tree li{
|
||||
white-space:nowrap;
|
||||
}
|
||||
.tree li ul{
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.tree-node{
|
||||
height:18px;
|
||||
white-space:nowrap;
|
||||
cursor:pointer;
|
||||
}
|
||||
.tree-indent{
|
||||
display:inline-block;
|
||||
width:16px;
|
||||
height:18px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.tree-hit{
|
||||
cursor:pointer;
|
||||
}
|
||||
.tree-expanded{
|
||||
display:inline-block;
|
||||
width:16px;
|
||||
height:18px;
|
||||
vertical-align:middle;
|
||||
background:url('images/tree_arrows.gif') no-repeat -18px 0px;
|
||||
}
|
||||
.tree-expanded-hover{
|
||||
background:url('images/tree_arrows.gif') no-repeat -50px 0px;
|
||||
}
|
||||
.tree-collapsed{
|
||||
display:inline-block;
|
||||
width:16px;
|
||||
height:18px;
|
||||
vertical-align:middle;
|
||||
background:url('images/tree_arrows.gif') no-repeat 0px 0px;
|
||||
}
|
||||
.tree-collapsed-hover{
|
||||
background:url('images/tree_arrows.gif') no-repeat -32px 0px;
|
||||
}
|
||||
.tree-folder{
|
||||
display:inline-block;
|
||||
background:url('images/tree_folder.gif') no-repeat;
|
||||
width:16px;
|
||||
height:18px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.tree-folder-open{
|
||||
background:url('images/tree_folder_open.gif') no-repeat;
|
||||
}
|
||||
.tree-file{
|
||||
display:inline-block;
|
||||
background:url('images/tree_file.gif') no-repeat;
|
||||
width:16px;
|
||||
height:18px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.tree-loading{
|
||||
background:url('images/tree_loading.gif') no-repeat;
|
||||
}
|
||||
.tree-title{
|
||||
display:inline-block;
|
||||
line-height1:18px;
|
||||
text-decoration:none;
|
||||
vertical-align:middle;
|
||||
padding:1px 2px 1px 2px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.tree-node-hover{
|
||||
background:#fafafa;
|
||||
}
|
||||
.tree-node-selected{
|
||||
background:#FBEC88;
|
||||
}
|
||||
.tree-checkbox{
|
||||
display:inline-block;
|
||||
width:16px;
|
||||
height:18px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.tree-checkbox0{
|
||||
background:url('images/tree_checkbox_0.gif') no-repeat;
|
||||
}
|
||||
.tree-checkbox1{
|
||||
background:url('images/tree_checkbox_1.gif') no-repeat;
|
||||
}
|
||||
.tree-checkbox2{
|
||||
background:url('images/tree_checkbox_2.gif') no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user