add style for text direction

This commit is contained in:
51114u9
2017-03-13 14:46:40 -04:00
parent a0f1917bdb
commit fa572cc6bc

View File

@@ -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 {