-
Drag handles
+
- - ≡Select text freely
- - ≡Drag my handle
- - ≡Best of both worlds
+ - ☰Select text freely
+ - ☰Drag my handle
+ - ☰Best of both worlds
diff --git a/st/app.css b/st/app.css
index c5b7f89..4dbbb8b 100644
--- a/st/app.css
+++ b/st/app.css
@@ -217,8 +217,9 @@ img {
}
.drag-handle {
- margin-right: 0.25em;
- color: blue;
+ margin-right: 10px;
+ font: bold 20px Sans-Serif;
+ color: #5F9EDF;
cursor: move;
cursor: -webkit-grabbing; /* overrides 'move' */
}