Adjust photo filter input styling

This commit is contained in:
Quincy Morgan
2020-10-19 16:43:51 -04:00
parent f4903d6986
commit 515a7c28ac

View File

@@ -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;