Use the FS store as default store

This commit is contained in:
yflory
2016-11-17 18:27:55 +01:00
parent aa14ea7ac4
commit 118829617f
6 changed files with 282 additions and 67 deletions

View File

@@ -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;
}