In general, password fields should always be LTR. see #19598.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
720ad9b14d
commit
d7fd5c3d42
|
@ -111,6 +111,9 @@ p.search-box {
|
|||
float: left;
|
||||
}
|
||||
|
||||
input[type=password] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
3.0 - Actions
|
||||
|
|
Loading…
Reference in New Issue