Media: Fix icons for HiDPI displays on the media modal after [32952].
Props vtieu. Fixes #35200. Built from https://develop.svn.wordpress.org/trunk@36122 git-svn-id: http://core.svn.wordpress.org/trunk@36088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d03333735f
commit
d3eea5477c
|
@ -2569,7 +2569,7 @@
|
|||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.media-modal-icon {
|
||||
.wp-core-ui .media-modal-icon {
|
||||
background-image: url(../images/uploader-icons-2x.png);
|
||||
-webkit-background-size: 134px 15px;
|
||||
background-size: 134px 15px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2569,7 +2569,7 @@
|
|||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.media-modal-icon {
|
||||
.wp-core-ui .media-modal-icon {
|
||||
background-image: url(../images/uploader-icons-2x.png);
|
||||
-webkit-background-size: 134px 15px;
|
||||
background-size: 134px 15px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36121';
|
||||
$wp_version = '4.5-alpha-36122';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue