mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
3c505bd7e5
commit
8c06bda962
@ -57,5 +57,10 @@ div.availableWidgets div.Widget h3 {
|
|||||||
text-indent: 5px;
|
text-indent: 5px;
|
||||||
background: #000 url(../images/textures/obar-18.gif);
|
background: #000 url(../images/textures/obar-18.gif);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
}
|
||||||
|
div.usedWidgets div.Widget h3 {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
div.availableWidgets div.Widget h3 {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user