diff --git a/light9/web/edit-choice.html b/light9/web/edit-choice.html
--- a/light9/web/edit-choice.html
+++ b/light9/web/edit-choice.html
@@ -1,4 +1,5 @@
+
@@ -7,9 +8,11 @@
#box {
display: inline-block;
background: #141448;
+ min-width: 10em;
}
#box.dragging {
background: rgba(126, 52, 245, 0.0784313725490196);
+ box-shadow: 0 0 20px #ffff00;
}
a {
color: #8e8eff;
@@ -18,12 +21,11 @@
font-size: 145%;
}
-