mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-03 01:43:53 +00:00
add style for text direction
This commit is contained in:
@@ -187,6 +187,15 @@ input[type=email] {
|
||||
border-radius:4px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
[dir='rtl'] textarea,
|
||||
input[type=text],
|
||||
input[type=search],
|
||||
input[type=number],
|
||||
input[type=url],
|
||||
input[type=tel],
|
||||
input[type=email] {
|
||||
padding:5px 10px 5px 25px;
|
||||
}
|
||||
|
||||
textarea:focus,
|
||||
input:focus {
|
||||
|
||||
Reference in New Issue
Block a user