MINOR Cursor is now a pointer for available widgets, as you need to click them to add to the available widget stack

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@97540 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-01-26 01:18:47 +00:00 committed by Sam Minnee
parent d5d148c0d5
commit 47f782c907

View File

@ -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;
}