mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 16:08:12 +01:00
Media: Remove checkered background for icons in Attachment Details.
Props BandonRandon. Fixes #42535. See #41948. Built from https://develop.svn.wordpress.org/trunk@42642 git-svn-id: http://core.svn.wordpress.org/trunk@42471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a7c89d5761
commit
4951b2897e
@ -751,6 +751,10 @@ border color while dragging a file over the uploader drop area */
|
|||||||
background-size: 20px 20px;
|
background-size: 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-attachment-frame .attachment-media-view .details-image.icon {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .attachment-media-view .attachment-actions {
|
.edit-attachment-frame .attachment-media-view .attachment-actions {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/media-rtl.min.css
vendored
2
wp-admin/css/media-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -751,6 +751,10 @@ border color while dragging a file over the uploader drop area */
|
|||||||
background-size: 20px 20px;
|
background-size: 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-attachment-frame .attachment-media-view .details-image.icon {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .attachment-media-view .attachment-actions {
|
.edit-attachment-frame .attachment-media-view .attachment-actions {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/media.min.css
vendored
2
wp-admin/css/media.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-42641';
|
$wp_version = '5.0-alpha-42642';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user