Theme Customizer: Add a fallback UI for browsers that do not support drag and drop upload. see #19910, #20452, #20582.

git-svn-id: https://develop.svn.wordpress.org/trunk@20761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-10 00:15:53 +00:00
parent 243ecb7b13
commit 476314ad8b
4 changed files with 31 additions and 6 deletions

View File

@@ -473,3 +473,12 @@ body {
color: #777;
position: relative;
}
.customize-control-image .upload-dropzone,
.uploader-drag-drop .customize-control-image .upload-fallback {
display: none;
}
.uploader-drag-drop .customize-control-image .upload-dropzone {
display: block;
}