ENHANCEMENT Added hover states to "Available widgets" boxes in the CMS for usability

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@97606 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-01-26 21:08:23 +00:00 committed by Sam Minnee
parent 4a90c3e96f
commit 9cf86ec8af

View File

@ -63,5 +63,9 @@ div.availableWidgets div.Widget h3 {
}
div.availableWidgets div.Widget h3 {
cursor: pointer;
background: #000 url(../images/add-bg.png) right top;
color: #444;
background: #ccc url(../images/add-bg.png) right top;
}
div.availableWidgets div.Widget h3:hover {
background: #ccc url(../images/add-bg.png) right 21px;
}