mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
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.
git-svn-id: https://develop.svn.wordpress.org/trunk@26165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
53748cebe1
commit
cc62157248
@ -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 {
|
||||
|
@ -212,7 +212,7 @@ body {
|
||||
|
||||
.wp-full-overlay-sidebar {
|
||||
background: #eeeeee;
|
||||
border: none;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.collapse-sidebar {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user