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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user