mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Improve typeahead
This commit is contained in:
+5
-1
@@ -240,15 +240,19 @@ input#geocode-location {
|
||||
|
||||
div.typeahead {
|
||||
background:#fff;
|
||||
padding:2px 4px;
|
||||
width:148px;
|
||||
border:1px solid #ccc;
|
||||
}
|
||||
|
||||
div.typeahead a {
|
||||
padding:1px 4px;
|
||||
display:block;
|
||||
}
|
||||
|
||||
div.typeahead a.active {
|
||||
background:#DDE4FF;
|
||||
}
|
||||
|
||||
.modal {
|
||||
width:640px;
|
||||
height:550px;
|
||||
|
||||
Reference in New Issue
Block a user