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
This commit is contained in:
Ingo Schommer 2010-04-13 22:00:59 +00:00
parent 3c505bd7e5
commit 8c06bda962

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