From a79d0da06e36609c7c59d769c8678e1c3874d264 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Sun, 16 Dec 2007 02:16:36 +0000 Subject: [PATCH] Added cursor 'move' for usability on widgets git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@46937 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/WidgetAreaEditor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/WidgetAreaEditor.css b/css/WidgetAreaEditor.css index e8a4d257..e1523d13 100644 --- a/css/WidgetAreaEditor.css +++ b/css/WidgetAreaEditor.css @@ -50,4 +50,5 @@ div.availableWidgets div.Widget h3 { text-indent: 5px; background: #000 url(../images/textures/obar-18.gif); margin: 0; + cursor: move; }