Change new map to use dialog

This allows setting additional properties
This commit is contained in:
Max Berger
2026-03-07 20:19:54 +01:00
parent 76abbf3115
commit ef30d89452
7 changed files with 610 additions and 432 deletions

View File

@@ -44,7 +44,7 @@ main {
width: 100%;
text-align: left;
color: #484848;
font-size: 1.5em;
font-size: 14pt;
}
#loginscene .infcloudlink {
@@ -405,6 +405,14 @@ input:focus-visible {
border-width: 1px !important;
}
input[type=radio],
input[type=checkbox] {
width: auto;
height: 1.5em;
padding: 0;
margin: 2px;
}
p.red,
span.red {
color: #b50202;