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:
parent
0ab40dd1ba
commit
d2a65599a3
@ -111,6 +111,9 @@ p.search-box {
|
||||
float: left;
|
||||
}
|
||||
|
||||
input[type=password] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
3.0 - Actions
|
||||
|
Loading…
Reference in New Issue
Block a user