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
|
|
@ -119,6 +119,14 @@ html {
|
|||
color: #333;
|
||||
border-radius: 5px;
|
||||
|
||||
&.node-modified {
|
||||
background-color: @color1;
|
||||
color: @color2;
|
||||
.crumb:after {
|
||||
color: @color2;
|
||||
}
|
||||
}
|
||||
|
||||
.crumb {
|
||||
margin-right: 8px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue