Autoprefixer for [32506]. see #31874.

Built from https://develop.svn.wordpress.org/trunk@32508


git-svn-id: http://core.svn.wordpress.org/trunk@32478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-05-15 20:44:25 +00:00
parent 0949d6492f
commit 7381d50904
9 changed files with 11 additions and 5 deletions

View File

@ -460,6 +460,7 @@ border color while dragging a file over the uploader drop area */
margin-bottom: 16px;
padding: 0 16px;
border-right: 4px solid #dd3d36;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
}
@ -478,6 +479,7 @@ border color while dragging a file over the uploader drop area */
margin: 12px 0;
padding: 4px 0 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}

View File

@ -460,6 +460,7 @@ border color while dragging a file over the uploader drop area */
margin-bottom: 16px;
padding: 0 16px;
border-left: 4px solid #dd3d36;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
}
@ -478,6 +479,7 @@ border color while dragging a file over the uploader drop area */
margin: 12px 0;
padding: 4px 0 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1221,6 +1221,7 @@
margin-bottom: 12px;
background: #fff;
border-right: 4px solid #dd3d36;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

File diff suppressed because one or more lines are too long

View File

@ -1221,6 +1221,7 @@
margin-bottom: 12px;
background: #fff;
border-left: 4px solid #dd3d36;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32507';
$wp_version = '4.3-alpha-32508';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.