In general, password fields should always be LTR. see #19598.

git-svn-id: https://develop.svn.wordpress.org/trunk@19835 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-06 19:33:19 +00:00
parent 0ab40dd1ba
commit d2a65599a3

View File

@ -111,6 +111,9 @@ p.search-box {
float: left;
}
input[type=password] {
direction: ltr;
}
/*------------------------------------------------------------------------------
3.0 - Actions