From 9cf86ec8aff361e6c3827a79e92a224eca08ff42 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 26 Jan 2010 21:08:23 +0000 Subject: [PATCH] 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 --- css/WidgetAreaEditor.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/WidgetAreaEditor.css b/css/WidgetAreaEditor.css index f5ddbf1a..16038820 100644 --- a/css/WidgetAreaEditor.css +++ b/css/WidgetAreaEditor.css @@ -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; + }