Widget Customizer: Move WidgetCustomizer to wp.customize.Widgets. First pass.

see #27690.

git-svn-id: https://develop.svn.wordpress.org/trunk@27985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2014-04-07 09:03:18 +00:00
parent b0ba84a25c
commit da677f34aa
6 changed files with 618 additions and 660 deletions

View File

@@ -108,13 +108,6 @@
display: none;
}
/* MP6-compat */
#customize-theme-controls .accordion-section-content .widget {
color: black;
}
/**
* Widget reordering styles
**/
@@ -326,7 +319,7 @@
body.adding-widget .add-new-widget,
body.adding-widget .add-new-widget:hover {
background: #EEE;
background: #eee;
border-color: #999;
color: #333;
-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);