mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
0c0c3ed7d4
commit
7246dc86e2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user