mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-12 20:42:37 +02:00
Merge branch 'input-text-style' of https://github.com/51114u9/iD into 51114u9-input-text-style
This commit is contained in:
+10
-1
@@ -181,12 +181,21 @@ input[type=email] {
|
||||
background-color: white;
|
||||
color: #333;
|
||||
border:1px solid #ccc;
|
||||
padding:5px 10px;
|
||||
padding:5px 25px 5px 10px;
|
||||
height:30px;
|
||||
width: 100%;
|
||||
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