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:
Sergey Biryukov 2015-10-21 03:02:24 +00:00
parent fc850bf274
commit 9fa88a7f27
5 changed files with 5 additions and 3 deletions

View File

@ -1649,6 +1649,7 @@ body.full-overlay-active {
top: 50%;
z-index: -1;
margin: -10px -10px 0 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
background: #fff url(../images/spinner.gif) no-repeat center center;
-webkit-background-size: 20px 20px;

View File

@ -1649,6 +1649,7 @@ body.full-overlay-active {
top: 50%;
z-index: -1;
margin: -10px 0 0 -10px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
background: #fff url(../images/spinner.gif) no-repeat center center;
-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

View File

@ -4,7 +4,7 @@
*
* @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.