mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Media: The zIndex arms race.
Adjusts zIndexes to be not-as-absurd as before, in the process moving the modal below the plupload flash shims (which do not have customizable zIndexes or classes, sadly). fixes #22441, see #22446, #21390. git-svn-id: http://core.svn.wordpress.org/trunk@22611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1d65270bdb
commit
eeeaf4d016
@ -24,7 +24,7 @@
|
||||
left: 40px;
|
||||
right: 40px;
|
||||
bottom: 40px;
|
||||
z-index: 125000;
|
||||
z-index: 50000;
|
||||
}
|
||||
|
||||
.media-modal-backdrop {
|
||||
@ -35,7 +35,7 @@
|
||||
bottom: 0;
|
||||
background: #000;
|
||||
opacity: 0.8;
|
||||
z-index: 120000;
|
||||
z-index: 40000;
|
||||
}
|
||||
|
||||
.media-modal-backdrop div {
|
||||
@ -671,7 +671,7 @@
|
||||
bottom: 0;
|
||||
background: rgba( 0, 86, 132, 0.9 );
|
||||
|
||||
z-index: 250000;
|
||||
z-index: 200000;
|
||||
display: none;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user