2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Revert to bootstrap-treeview

- More "bootstrappy" design
- Already in code base
- Cleaner API
This commit is contained in:
Oliver
2021-12-11 00:08:17 +11:00
parent 3bc3ff493a
commit e9ae3eb01d
20 changed files with 116 additions and 11008 deletions

View File

@ -215,7 +215,7 @@
}
.treeview .list-group-item {
padding: 10px 5px;
padding: 3px 5px;
}
.treeview .list-group-item .indent {
@ -1012,25 +1012,4 @@ input[type='number']{
a {
text-decoration: none;
background-color: transparent;
}
/* .jstree CSS classes */
.jstree-container-ul {
background-color: var(--secondary-color);
}
.jstree-node {
padding-top: 2px;
padding-bottom: 2px;
width: 100% !important;
}
.jstree-hovered {
color: var(--highlight-color) !important;
background-color: var(--bs-body-color) !important;
}
.breadcrumb-tree-collapse {
margin-bottom: 10px;
}