mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Adjust photo filter input styling
This commit is contained in:
@@ -183,11 +183,6 @@ input[type=date] {
|
||||
text-overflow: ellipsis;
|
||||
overflow: auto;
|
||||
}
|
||||
input.list-item-input {
|
||||
height: 20px;
|
||||
padding: 0px 4px;
|
||||
width: 160px;
|
||||
}
|
||||
input[type=text],
|
||||
input[type=search],
|
||||
input[type=number],
|
||||
@@ -3112,6 +3107,13 @@ div.full-screen > button:focus {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.layer-list input.list-item-input {
|
||||
height: 2.2em;
|
||||
padding: 0px 4px;
|
||||
width: 50%;
|
||||
min-width: 160px;
|
||||
}
|
||||
|
||||
.map-data-pane .layer-list button,
|
||||
.background-pane .layer-list button {
|
||||
border-left: 1px solid #ccc;
|
||||
|
||||
Reference in New Issue
Block a user