Modals überarbeitet

This commit is contained in:
ecki
2026-03-28 18:43:27 +01:00
parent 38630ac5f6
commit 80b96319ee
2 changed files with 98 additions and 55 deletions
+32
View File
@@ -82,17 +82,49 @@ input, textarea {
.modal {
display: none;
position: fixed;
top: 10%;
left: 50%;
transform: translateX(-50%);
background: white;
padding: 20px;
width: 600px;
max-height: 80vh;
overflow: auto;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
border-radius: 6px;
z-index: 999;
}
.modal-content {
background: white;
padding: 20px;
border-radius: 8px;
width: 600px;
max-height: 80vh;
overflow: auto;
}
.modal input,
.modal textarea,
.modal select {
width: 95%;
padding: 6px;
margin: 4px 0;
background: #f4f4f4;
border: 1px solid #ccc;
border-radius: 4px;
}
.modal input[type="date"] {
background: #f4f4f4;
}
.subdomain{
margin-left:15px;
font-size:13px;