mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Pay attention to field types, style things a little bit better.
This commit is contained in:
+12
-1
@@ -94,7 +94,10 @@ a:hover {
|
||||
|
||||
|
||||
textarea,
|
||||
input[type=text] {
|
||||
input[type=text],
|
||||
input[type=url],
|
||||
input[type=tel],
|
||||
input[type=email] {
|
||||
background-color: white;
|
||||
border:1px solid #ccc;
|
||||
padding:10px;
|
||||
@@ -1288,3 +1291,11 @@ a.success-action {
|
||||
height:30px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.preset-label {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.preset-input input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user