Storing Node objects in NodeStore for single instance objects
This commit is contained in:
parent
d0150145ed
commit
41952df764
5 changed files with 187 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue