Remove old control/accordion section title gradients that were still appearing in the customizer and reinstate a divider between the customizer sidebar and the preview. props ryelle, helen. see #25858.

Built from https://develop.svn.wordpress.org/trunk@26165


git-svn-id: http://core.svn.wordpress.org/trunk@26076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2013-11-14 16:42:10 +00:00
parent 9109f107c4
commit 7598382a67
13 changed files with 16 additions and 48 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1732,18 +1732,6 @@ div.widgets-sortables,
color: #888;
}
.nav-menus-php .control-section .accordion-section-title {
background: #fff;
}
.nav-menus-php .control-section:hover .accordion-section-title,
.nav-menus-php .control-section .accordion-section-title:hover,
.nav-menus-php .control-section.open .accordion-section-title,
.nav-menus-php .control-section .accordion-section-title:focus{
color: #555;
background: #f5f5f5;
}
/* Menu editing */
.link-to-original {

File diff suppressed because one or more lines are too long

View File

@ -212,7 +212,7 @@ body {
.wp-full-overlay-sidebar {
background: #eeeeee;
border: none;
border-left: 1px solid #ddd;
}
.collapse-sidebar {

File diff suppressed because one or more lines are too long

View File

@ -212,7 +212,7 @@ body {
.wp-full-overlay-sidebar {
background: #eeeeee;
border: none;
border-right: 1px solid #ddd;
}
.collapse-sidebar {

File diff suppressed because one or more lines are too long

View File

@ -10715,12 +10715,7 @@ div#widgets-right .widgets-sortables:before {
border-left: none;
padding: 10px 14px 11px 10px;
line-height: 21px;
background: #f5f5f5;
background-image: -webkit-gradient(linear, right bottom, right top, from(#eee), to(#f5f5f5));
background-image: -webkit-linear-gradient(bottom, #eee, #f5f5f5);
background-image: -moz-linear-gradient(bottom, #eee, #f5f5f5);
background-image: -o-linear-gradient(bottom, #eee, #f5f5f5);
background-image: linear-gradient(to top, #eee, #f5f5f5);
background: #fff;
}
.control-section .accordion-section-title:after {
@ -10731,13 +10726,8 @@ div#widgets-right .widgets-sortables:before {
.js .control-section .accordion-section-title:hover,
.js .control-section.open .accordion-section-title,
.js .control-section .accordion-section-title:focus {
color: #fff;
background: #f9f9f9;
background-image: -webkit-gradient(linear, right bottom, right top, from(#ececec), to(#f9f9f9));
background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: linear-gradient(to top, #ececec, #f9f9f9);
color: #555;
background: #f5f5f5;
}
.control-section.open .accordion-section-title {

File diff suppressed because one or more lines are too long

View File

@ -10715,12 +10715,7 @@ div#widgets-right .widgets-sortables:before {
border-right: none;
padding: 10px 10px 11px 14px;
line-height: 21px;
background: #f5f5f5;
background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#f5f5f5));
background-image: -webkit-linear-gradient(bottom, #eee, #f5f5f5);
background-image: -moz-linear-gradient(bottom, #eee, #f5f5f5);
background-image: -o-linear-gradient(bottom, #eee, #f5f5f5);
background-image: linear-gradient(to top, #eee, #f5f5f5);
background: #fff;
}
.control-section .accordion-section-title:after {
@ -10731,13 +10726,8 @@ div#widgets-right .widgets-sortables:before {
.js .control-section .accordion-section-title:hover,
.js .control-section.open .accordion-section-title,
.js .control-section .accordion-section-title:focus {
color: #fff;
background: #f9f9f9;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: linear-gradient(to top, #ececec, #f9f9f9);
color: #555;
background: #f5f5f5;
}
.control-section.open .accordion-section-title {

File diff suppressed because one or more lines are too long