From 8c06bda96259a885c9f629acb18761c70a393eed Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 13 Apr 2010 22:00:59 +0000 Subject: [PATCH] MINOR Cursor is now a pointer for available widgets, as you need to click them to add to the available widget stack (from r97540) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102725 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/WidgetAreaEditor.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/WidgetAreaEditor.css b/css/WidgetAreaEditor.css index 035f3d10..d287095b 100644 --- a/css/WidgetAreaEditor.css +++ b/css/WidgetAreaEditor.css @@ -57,5 +57,10 @@ div.availableWidgets div.Widget h3 { text-indent: 5px; background: #000 url(../images/textures/obar-18.gif); margin: 0; - cursor: move; } + div.usedWidgets div.Widget h3 { + cursor: move; + } + div.availableWidgets div.Widget h3 { + cursor: pointer; + }