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

See #31459.



git-svn-id: https://develop.svn.wordpress.org/trunk@35448 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2015-10-30 03:12:44 +00:00
parent eb0a1074d7
commit 11ff4d07f9
1 changed files with 2 additions and 0 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;
}