feat: add selectable map backgrounds

This commit is contained in:
2026-07-20 01:48:06 +01:00
parent 5d19c5f085
commit 0e09c67460
3 changed files with 40 additions and 4 deletions
+8 -2
View File
@@ -93,6 +93,10 @@ form.panel {
width: 100%;
}
.background-selector {
margin-top: 16px;
}
label {
display: flex;
flex-direction: column;
@@ -105,7 +109,8 @@ label span {
font-weight: 600;
}
input {
input,
select {
width: 100%;
padding: 12px 14px;
border-radius: 14px;
@@ -115,7 +120,8 @@ input {
font: inherit;
}
input:focus {
input:focus,
select:focus {
outline: 2px solid rgba(31, 122, 98, 0.18);
border-color: var(--accent);
}