Autoprefixer for [32506]. see #31874.

git-svn-id: https://develop.svn.wordpress.org/trunk@32508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-05-15 20:43:02 +00:00
parent 0027615ed1
commit 42eb2ec407
2 changed files with 3 additions and 0 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-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;
}

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);
}