mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
CSS tweaks
This commit is contained in:
parent
7dcd166d50
commit
3bc3ff493a
@ -539,7 +539,7 @@
|
|||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrump {
|
.breadcrumb {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@ -1014,6 +1014,23 @@ a {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .jstree CSS classes */
|
||||||
|
|
||||||
.jstree-container-ul {
|
.jstree-container-ul {
|
||||||
background-color: var(--secondary-color);
|
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;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user