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;
|
||||
margin: 0;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
background: #eee;
|
||||
border-left: none;
|
||||
}
|
||||
|
|
|
@ -1309,7 +1309,6 @@ body.full-overlay-active {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
background: #eee;
|
||||
border-right: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue