Buttons: Add some vendor prefixes missed in [35422].

See #31459.


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


git-svn-id: http://core.svn.wordpress.org/trunk@35412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2015-10-30 03:13:25 +00:00
parent 044901e783
commit cad430161c
5 changed files with 7 additions and 3 deletions

View File

@@ -1538,6 +1538,8 @@ form.upgrade .hint {
#screen-meta-links .show-settings:active {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}