ENHANCEMENT Added hover states to "Available widgets" boxes in the CMS for usability (from r97606)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102735 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-13 22:20:59 +00:00
parent 0c0c3ed7d4
commit 7246dc86e2

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