mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
add row select input
This commit is contained in:
+20
@@ -642,6 +642,26 @@ div.combobox {
|
||||
border-right: 5px solid transparent;
|
||||
}
|
||||
|
||||
.rowselect .item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.rowselect .item label:hover{
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
.rowselect .item label {
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rowselect .item div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Address input */
|
||||
|
||||
.preset-input .addr-housename {
|
||||
|
||||
Reference in New Issue
Block a user