Box shadows still need `-webkit-`, turns out.

see #33808, [35200].


git-svn-id: https://develop.svn.wordpress.org/trunk@35201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-10-15 17:09:00 +00:00
parent 19bb379a17
commit b023eef6ca
2 changed files with 3 additions and 0 deletions

View File

@ -2834,6 +2834,7 @@ img {
.js .postbox .handlediv .toggle-indicator:before {
margin-top: 4px;
width: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
text-indent: -1px; /* account for the dashicon alignment */
}
@ -2985,6 +2986,7 @@ img {
padding: 1px 2px 1px 0px;
margin-top: 10px;
margin-right: 10px;
-webkit-border-radius: 50%;
border-radius: 50%;
}

View File

@ -622,6 +622,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
margin-top: 10px;
margin-left: 4px;
width: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
text-indent: -1px; /* account for the dashicon alignment */
}