Storing Node objects in NodeStore for single instance objects

This commit is contained in:
Magnus Åhall 2024-12-19 22:28:13 +01:00
parent d0150145ed
commit 41952df764
5 changed files with 187 additions and 68 deletions

View file

@ -83,6 +83,13 @@ html {
color: #333;
border-radius: 5px;
}
.crumbs.node-modified {
background-color: #fe5f55;
color: #efede8;
}
.crumbs.node-modified .crumb:after {
color: #efede8;
}
.crumbs .crumb {
margin-right: 8px;
cursor: pointer;