Reset the login form inputs to the standard sans-serif font in IE8 to prevent invisible password field inputs when webfonts are used. Fixes #26348, props SergeyBiryukov, iammattthomas.

git-svn-id: https://develop.svn.wordpress.org/trunk@26583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas
2013-12-03 20:11:22 +00:00
parent 768fd40c04
commit a8a4ce9f0d
3 changed files with 17 additions and 1 deletions

View File

@@ -508,6 +508,11 @@ table.ie-fixed {
position: relative;
}
input[type="password"],
.login form .input {
font-family: sans-serif;
}
/* IE6 leftovers */
* html .row-actions {
visibility: visible;

View File

@@ -347,6 +347,11 @@ input[type="search"]::-webkit-search-decoration {
display: none;
}
.ie8 input[type="password"],
.ie8 .login form .input {
font-family: sans-serif;
}
/* general */
html,
body {