Pick a DB file and store its name in session

This commit is contained in:
2024-07-29 14:44:06 -06:00
parent 52ca219659
commit b80242b74b
10 changed files with 121 additions and 6 deletions

View File

@ -0,0 +1,26 @@
.filepicker {
details:has(input[type=radio]:checked)>summary,
label:has(input[type=radio]:checked) {
background-color: lightblue;
}
.directories {
margin-left: 0.7em;
}
.files>li {
list-style-type: none;
}
.directories+.files {
margin-top: 0;
}
.directories:has(+ .files) {
margin-bottom: 0;
}
max-height: 30em;
overflow-y: scroll;
}

View File

@ -0,0 +1,5 @@
body {
width: 60em;
margin-left: auto;
margin-right: auto;
}