first commit

This commit is contained in:
2025-04-09 21:43:00 +02:00
commit af5be2794d
39 changed files with 1947 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
.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;
}