mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user