apply some changes from souces code of visiome platform.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.indexTree {
|
||||
border-top: 1px solid #9ab5cf;
|
||||
border-left: 1px solid #9ab5cf;
|
||||
border-top: 1px solid #999999;
|
||||
border-left: 1px solid #999999;
|
||||
border-bottom: 1px solid #404040;
|
||||
border-right: 1px solid #404040;
|
||||
background-color: white;
|
||||
height: 250px;
|
||||
height: 400px;
|
||||
width: 190px;
|
||||
overflow: auto;
|
||||
padding: 3px;
|
||||
@@ -16,7 +16,8 @@
|
||||
|
||||
.indexTree li span {
|
||||
color: #6075aa;
|
||||
font-size: 12px;
|
||||
font-size: 8pt;
|
||||
font-family: verdana, arial !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -50,7 +51,7 @@
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.indexTree:global(.rc-tree li:not(:last-child) ul.rc-tree-child-tree.rc-tree-child-tree-open) {
|
||||
.indexTree:global(.rc-tree li:not(:last-child) > ul.rc-tree-child-tree.rc-tree-child-tree-open) {
|
||||
background: url(../assets/images/tree_line_normal.gif) repeat-y;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user