From 74ba036f2d8ab1452106f0022f26a7325d7e9751 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Mon, 1 Dec 2014 13:24:07 +0300 Subject: [PATCH] * fixed drag-handle --- index.html | 9 ++++----- st/app.css | 5 +++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index c1dff70..6c34350 100644 --- a/index.html +++ b/index.html @@ -150,12 +150,11 @@
Drag handle and selectable text
-
-
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' */ }