Autoprefixer for [36532].

See #31195.
Built from https://develop.svn.wordpress.org/trunk@36548


git-svn-id: http://core.svn.wordpress.org/trunk@36515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-02-17 15:39:26 +00:00
parent a9afddcd20
commit c673740166
5 changed files with 7 additions and 3 deletions

View File

@ -1342,6 +1342,7 @@ body.cheatin p {
height: 45px;
padding: 0 3px;
margin: 0 -4px 0 0;
-webkit-box-shadow: none;
box-shadow: none;
border-top: 1px solid transparent;
border-bottom: 4px solid transparent;
@ -1350,6 +1351,7 @@ body.cheatin p {
}
#customize-footer-actions .devices button:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}

File diff suppressed because one or more lines are too long

View File

@ -1342,6 +1342,7 @@ body.cheatin p {
height: 45px;
padding: 0 3px;
margin: 0 0 0 -4px;
-webkit-box-shadow: none;
box-shadow: none;
border-top: 1px solid transparent;
border-bottom: 4px solid transparent;
@ -1350,6 +1351,7 @@ body.cheatin p {
}
#customize-footer-actions .devices button:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}

File diff suppressed because one or more lines are too long

View File

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