Allow wp_enqueue_media() to "just work" in a customizer control.
props westonruter. fixes #25618. Built from https://develop.svn.wordpress.org/trunk@26589 git-svn-id: http://core.svn.wordpress.org/trunk@26479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -98,6 +98,10 @@
|
||||
z-index: 160000;
|
||||
}
|
||||
|
||||
.wp-customizer .media-modal {
|
||||
z-index: 560000;
|
||||
}
|
||||
|
||||
.media-modal-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -110,6 +114,10 @@
|
||||
z-index: 159900;
|
||||
}
|
||||
|
||||
.wp-customizer .media-modal-backdrop {
|
||||
z-index: 559900;
|
||||
}
|
||||
|
||||
.media-modal-close {
|
||||
position: absolute;
|
||||
text-decoration: none;
|
||||
|
||||
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -98,6 +98,10 @@
|
||||
z-index: 160000;
|
||||
}
|
||||
|
||||
.wp-customizer .media-modal {
|
||||
z-index: 560000;
|
||||
}
|
||||
|
||||
.media-modal-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -110,6 +114,10 @@
|
||||
z-index: 159900;
|
||||
}
|
||||
|
||||
.wp-customizer .media-modal-backdrop {
|
||||
z-index: 559900;
|
||||
}
|
||||
|
||||
.media-modal-close {
|
||||
position: absolute;
|
||||
text-decoration: none;
|
||||
|
||||
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user