Autoprefixer for [35281].
See #33322. Built from https://develop.svn.wordpress.org/trunk@35310 git-svn-id: http://core.svn.wordpress.org/trunk@35276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fc850bf274
commit
9fa88a7f27
|
@ -1649,6 +1649,7 @@ body.full-overlay-active {
|
||||||
top: 50%;
|
top: 50%;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
margin: -10px -10px 0 0;
|
margin: -10px -10px 0 0;
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
background: #fff url(../images/spinner.gif) no-repeat center center;
|
background: #fff url(../images/spinner.gif) no-repeat center center;
|
||||||
-webkit-background-size: 20px 20px;
|
-webkit-background-size: 20px 20px;
|
||||||
|
|
|
@ -1649,6 +1649,7 @@ body.full-overlay-active {
|
||||||
top: 50%;
|
top: 50%;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
margin: -10px 0 0 -10px;
|
margin: -10px 0 0 -10px;
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
background: #fff url(../images/spinner.gif) no-repeat center center;
|
background: #fff url(../images/spinner.gif) no-repeat center center;
|
||||||
-webkit-background-size: 20px 20px;
|
-webkit-background-size: 20px 20px;
|
||||||
|
|
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
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-35309';
|
$wp_version = '4.4-alpha-35310';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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