2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

set background color

This commit is contained in:
Matthias
2021-12-08 02:06:55 +01:00
parent 2725a2eb87
commit 1cc1fca5fe

View File

@ -1013,3 +1013,7 @@ a {
text-decoration: none;
background-color: transparent;
}
.jstree-container-ul {
background-color: var(--secondary-color);
}