mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
Fix weird HiDPI screen rendering issue with theme install preview toolbar
fixes #28898 props ocean90 Built from https://develop.svn.wordpress.org/trunk@30101 git-svn-id: http://core.svn.wordpress.org/trunk@30101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4df00e156d
commit
63cf4db8ae
@ -1309,7 +1309,6 @@ body.full-overlay-active {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: auto;
|
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
@ -1309,7 +1309,6 @@ body.full-overlay-active {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: auto;
|
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.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 = '4.1-alpha-30100';
|
$wp_version = '4.1-alpha-30101';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user