add boot order draggable list mockup

This commit is contained in:
2023-08-11 22:06:26 +00:00
parent 690c8b2938
commit 4440330c88
5 changed files with 151 additions and 8 deletions

View File

@@ -46,4 +46,8 @@ input[type="checkbox"] {
input[type="radio"] {
position: inherit;
}
}
div[draggable="true"] {
cursor: grab;
}

View File

@@ -102,4 +102,8 @@ hr, * {
.none {
display: none;
}
.spacer {
min-height: 1em;
}