apply some changes from souces code of visiome platform.

This commit is contained in:
Yoshihiro OKUMURA
2019-06-27 14:56:56 +09:00
parent 4bc66c7299
commit 7b48922345
92 changed files with 1440 additions and 926 deletions
+6 -5
View File
@@ -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;
}