add search range

This commit is contained in:
ivan deng
2017-09-13 01:48:17 +08:00
parent a07d8a864c
commit c2b52d297d
13 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
.tree_search_item {
cursor: pointer;
}
.tree_search_item .selected a:before {
font-family: FontAwesome;
position: absolute;
left: 6px;
top: 3px;
content: "";
}