Customizer: Re-add the possibility to remove and restore a default background image.

see #21483.
fixes #30683 for trunk.
Built from https://develop.svn.wordpress.org/trunk@30849


git-svn-id: http://core.svn.wordpress.org/trunk@30839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2014-12-14 19:37:22 +00:00
parent 9a599e4093
commit bb879d101b
5 changed files with 34 additions and 29 deletions

View File

@@ -605,8 +605,10 @@ p.customize-section-description {
}
.customize-control-upload .remove-button,
.customize-control-upload .default-button,
.customize-control-upload .upload-button,
.customize-control-image .remove-button,
.customize-control-image .default-button,
.customize-control-image .upload-button,
.customize-control-header button.new,
.customize-control-header button.remove {
@@ -797,8 +799,10 @@ p.customize-section-description {
border-radius: 2px;
}
.customize-control-upload .remove-button
.customize-control-image .remove-button
.customize-control-upload .remove-button,
.customize-control-upload .default-button,
.customize-control-image .remove-button,
.customize-control-image .default-button,
.customize-control-header .remove {
float: right;
margin-left: 3px;

File diff suppressed because one or more lines are too long

View File

@@ -605,8 +605,10 @@ p.customize-section-description {
}
.customize-control-upload .remove-button,
.customize-control-upload .default-button,
.customize-control-upload .upload-button,
.customize-control-image .remove-button,
.customize-control-image .default-button,
.customize-control-image .upload-button,
.customize-control-header button.new,
.customize-control-header button.remove {
@@ -797,8 +799,10 @@ p.customize-section-description {
border-radius: 2px;
}
.customize-control-upload .remove-button
.customize-control-image .remove-button
.customize-control-upload .remove-button,
.customize-control-upload .default-button,
.customize-control-image .remove-button,
.customize-control-image .default-button,
.customize-control-header .remove {
float: left;
margin-right: 3px;

File diff suppressed because one or more lines are too long