Use the FS store as default store
This commit is contained in:
@@ -54,10 +54,12 @@ li {
|
||||
border: 1px dotted #bbb;
|
||||
background: #666;
|
||||
color: #eee;
|
||||
margin: -1px;
|
||||
}
|
||||
|
||||
/* TREE */
|
||||
|
||||
|
||||
#tree {
|
||||
border: 2px solid blue;
|
||||
box-sizing: border-box;
|
||||
@@ -194,6 +196,10 @@ li {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#content li * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#content li:hover:not(.header) .name {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user