Toolbar: Protect against Firefox font rendering interference by themes.

props cbaldelomar.
fixes #30021.


git-svn-id: https://develop.svn.wordpress.org/trunk@31824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-03-18 22:03:12 +00:00
parent 74e404140d
commit e771be8f7c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
-webkit-transition: none;
transition: none;
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
}
.rtl #wpadminbar * {