Widgets: highlight all drop zones (open and closed sidebars) on starting to drag a widget to indicate "droppability", fixes #26168.

git-svn-id: https://develop.svn.wordpress.org/trunk@26474 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-11-29 17:57:05 +00:00
parent 81557ba37c
commit 28da4145a6
2 changed files with 11 additions and 25 deletions

View File

@@ -10082,7 +10082,6 @@ input.newtag:focus ~ div.taghint {
.widget.ui-sortable-helper {
opacity: 0.8;
z-index: 2000;
}
.widget-placeholder {
@@ -10293,11 +10292,10 @@ div#widgets-right .closed .widgets-sortables {
}
/* Dragging a widget over a closed sidebar */
#widgets-right .widgets-holder-wrap.closed.widget-hover {
#widgets-right .widgets-holder-wrap.widget-hover {
border-color: #777;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
opacity: 0.6;
}
}
/* Accessibility Mode */
.widgets_access #widgets-left .widget .widget-top {