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

see #33808, [35200].

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


git-svn-id: http://core.svn.wordpress.org/trunk@35167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-10-15 17:09:26 +00:00
parent 50288dea5a
commit 12290303a8
7 changed files with 11 additions and 5 deletions

View File

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

View File

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

View File

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

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 * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-35200'; $wp_version = '4.4-alpha-35201';
/** /**
* 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.