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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas
2013-12-03 20:12:11 +00:00
parent 3951d34906
commit 4df7acf1d9
9 changed files with 31 additions and 5 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;