.wp-full-overlay-sidebar {
* Hide all sidebar sections by default, only show them (via JS) once the
* preview loads and we know whether the sidebars are used in the template.
.control-section.control-section-sidebar,
.customize-control-sidebar_widgets label,
.customize-control-sidebar_widgets .hide-if-js {
/* The link in .customize-control-sidebar_widgets .hide-if-js will fail if it ever gets used. */
.control-section.control-section-sidebar .accordion-section-content.ui-sortable {
/* Note: widget-tops are more compact when (max-height: 700px) and (min-width: 981px). */
.customize-control-widget_form .widget-top {
transition: opacity 0.5s;
.customize-control .widget-action {
.customize-control .widget-top:hover .widget-action,
.customize-control .widget-action:focus {
.customize-control-widget_form:not(.widget-rendered) .widget-top {
.customize-control-widget_form .widget-control-save {
.customize-control-widget_form .spinner {
.customize-control-widget_form.previewer-loading .spinner {
.customize-control-widget_form.widget-form-disabled .widget-content {
-webkit-user-select: none;
.customize-control-widget_form .widget {
.customize-control-widget_form.wide-widget-control .widget-inside {
border: 1px solid #dcdcde;
.customize-control-widget_form.wide-widget-control .widget-inside > .form {
.customize-control-widget_form.wide-widget-control .widget-top {
transition: background-color 0.4s;
.customize-control-widget_form.wide-widget-control.expanding .widget-top,
.customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top {
background-color: #dcdcde;
padding: 1px 10px 10px 10px;
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
.customize-control-widget_form.wide-widget-control .widget-action .toggle-indicator:before {
.customize-control-widget_form.wide-widget-control.expanded .widget-action .toggle-indicator:before {
.customize-control-widget_form .widget .customize-control-title {
.control-section.accordion-section.highlighted > .accordion-section-title,
.customize-control-widget_form.highlighted {
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
#widget-customizer-control-templates {
* Widget reordering styles
#customize-theme-controls .widget-reorder-nav {
background-color: #f6f7f7;
#customize-theme-controls .move-widget-area {
border: 1px solid #c3c4c7;
#customize-theme-controls .reordering .move-widget-area.active {
#customize-theme-controls .move-widget-area .description {
#customize-theme-controls .widget-area-select {
#customize-theme-controls .widget-area-select li {
padding: 13px 15px 15px 42px;
border-top: 1px solid #c3c4c7;
-webkit-user-select: none;
#customize-theme-controls .widget-area-select li:before {
font: normal 20px/1 dashicons;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
#customize-theme-controls .widget-area-select li:last-child {
border-bottom: 1px solid #c3c4c7;
#customize-theme-controls .widget-area-select .selected {
#customize-theme-controls .widget-area-select .selected:before {
#customize-theme-controls .move-widget-actions {
#customize-theme-controls .reordering .widget-title-action {
#customize-theme-controls .reordering .widget-reorder-nav {
.wp-customizer div.mce-inline-toolbar-grp,
.wp-customizer div.mce-tooltip {
z-index: 500100 !important;
.wp-customizer .ui-autocomplete.wplink-autocomplete {
z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */
.wp-customizer #wp-link-backdrop {
z-index: 500100; /* originally 100100, but z-index of .wp-full-overlay is 500000 */
.wp-customizer #wp-link-wrap {
z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */
* Styles for new widget addition panel
/* override widgets admin page rules in wp-admin/css/widgets.css */
#widgets-left #available-widgets .widget {
/* Keep rule that is no longer necessary on widgets.php. */
#available-widgets .widget-action {
.ios #available-widgets {
#available-widgets .widget-tpl:hover,
#available-widgets .widget-tpl.selected {
border-bottom-color: #c3c4c7;
border-left: 4px solid #2271b1;
#customize-controls .widget-title h3 {
#available-widgets .widget-title h3 {
#available-widgets .widget .widget-description {
body.adding-widget #available-widgets {
body.adding-widget .wp-full-overlay-main {
body.adding-widget #customize-preview {
* Ordered from lowest to highest specificity.
#available-widgets .widget-title {
#available-widgets .widget-title:before {
font: normal 20px/1 dashicons;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
#available-widgets [class*="easy"] .widget-title:before { content: "\f328"; top: -4px; }
/* dashicons-star-filled */
#available-widgets [class*="super"] .widget-title:before,
#available-widgets [class*="like"] .widget-title:before { content: "\f155"; top: -4px; }
/* dashicons-wordpress */
#available-widgets [class*="meta"] .widget-title:before { content: "\f120"; }
#available-widgets [class*="archives"] .widget-title:before { content: "\f480"; top: -4px; }
#available-widgets [class*="categor"] .widget-title:before { content: "\f318"; top: -4px; }
/* dashicons-admin-comments */
#available-widgets [class*="comment"] .widget-title:before,
#available-widgets [class*="testimonial"] .widget-title:before,
#available-widgets [class*="chat"] .widget-title:before { content: "\f101"; }
/* dashicons-admin-post */
#available-widgets [class*="post"] .widget-title:before { content: "\f109"; }
/* dashicons-admin-page */
#available-widgets [class*="page"] .widget-title:before { content: "\f105"; }
#available-widgets [class*="text"] .widget-title:before { content: "\f478"; }
/* dashicons-admin-links */
#available-widgets [class*="link"] .widget-title:before { content: "\f103"; }
#available-widgets [class*="search"] .widget-title:before { content: "\f179"; }
#available-widgets [class*="menu"] .widget-title:before,
#available-widgets [class*="nav"] .widget-title:before { content: "\f333"; }
#available-widgets [class*="tag"] .widget-title:before { content: "\f479"; }
#available-widgets [class*="rss"] .widget-title:before { content: "\f303"; top: -6px; }
#available-widgets [class*="event"] .widget-title:before,
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145"; top: -4px;}
/* dashicons-format-image */
#available-widgets [class*="image"] .widget-title:before,
#available-widgets [class*="photo"] .widget-title:before,
#available-widgets [class*="slide"] .widget-title:before,
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128"; }
/* dashicons-format-gallery */
#available-widgets [class*="album"] .widget-title:before,
#available-widgets [class*="galler"] .widget-title:before { content: "\f161"; }
/* dashicons-format-video */
#available-widgets [class*="video"] .widget-title:before,
#available-widgets [class*="tube"] .widget-title:before { content: "\f126"; }
/* dashicons-format-audio */
#available-widgets [class*="music"] .widget-title:before,
#available-widgets [class*="radio"] .widget-title:before,
#available-widgets [class*="audio"] .widget-title:before { content: "\f127"; }
/* dashicons-admin-users */
#available-widgets [class*="login"] .widget-title:before,
#available-widgets [class*="user"] .widget-title:before,
#available-widgets [class*="member"] .widget-title:before,
#available-widgets [class*="avatar"] .widget-title:before,
#available-widgets [class*="subscriber"] .widget-title:before,
#available-widgets [class*="profile"] .widget-title:before,
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110"; }
#available-widgets [class*="commerce"] .widget-title:before,
#available-widgets [class*="shop"] .widget-title:before,
#available-widgets [class*="cart"] .widget-title:before { content: "\f174"; top: -4px; }
#available-widgets [class*="secur"] .widget-title:before,
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332"; }
/* dashicons-chart-bar */
#available-widgets [class*="analytic"] .widget-title:before,
#available-widgets [class*="stat"] .widget-title:before,
#available-widgets [class*="poll"] .widget-title:before { content: "\f185"; }
#available-widgets [class*="form"] .widget-title:before { content: "\f175"; }
/* dashicons-email-alt */
#available-widgets [class*="subscribe"] .widget-title:before,
#available-widgets [class*="news"] .widget-title:before,
#available-widgets [class*="contact"] .widget-title:before,
#available-widgets [class*="mail"] .widget-title:before { content: "\f466"; }
#available-widgets [class*="share"] .widget-title:before,
#available-widgets [class*="socia"] .widget-title:before { content: "\f237"; }
/* dashicons-translation */
#available-widgets [class*="lang"] .widget-title:before,
#available-widgets [class*="translat"] .widget-title:before { content: "\f326"; }
/* dashicons-location-alt */
#available-widgets [class*="locat"] .widget-title:before,
#available-widgets [class*="map"] .widget-title:before { content: "\f231"; }
#available-widgets [class*="download"] .widget-title:before { content: "\f316"; }
#available-widgets [class*="weather"] .widget-title:before { content: "\f176"; top: -4px;}
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304"; }
#available-widgets [class*="tweet"] .widget-title:before,
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
@media screen and (max-height: 700px) and (min-width: 981px) {
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */
.customize-control-widget_form {
.widget-top .widget-action {
.widget-reorder-nav span {
.widget-reorder-nav span:before {
/* Compact the move widget areas. */
#customize-theme-controls .widget-area-select li {
padding: 9px 15px 11px 42px;
#customize-theme-controls .widget-area-select li:before {