35 lines
502 B
CSS
35 lines
502 B
CSS
.jstree-anchor,
|
|
.jstree-ocl {
|
|
line-height: 20px !important;
|
|
}
|
|
|
|
.jstree-anchor,
|
|
.vakata-context {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.jstree-ocl {
|
|
margin-top: -2px !important;
|
|
}
|
|
|
|
.jstree-icon {
|
|
line-height: 16px !important;
|
|
transform: scale(1.4) !important;
|
|
}
|
|
|
|
.jstree-node {
|
|
min-height: 20px !important;
|
|
line-height: 20px !important;
|
|
}
|
|
|
|
.treedetail {
|
|
border: 0.5px black solid;
|
|
overflow: auto;
|
|
box-shadow: 0 0 5px #ccc;
|
|
}
|
|
|
|
.table td,
|
|
.table th {
|
|
vertical-align: inherit;
|
|
}
|