CronEdit...geht weiter..1

This commit is contained in:
hubobel 2026-06-25 17:36:28 +02:00
parent 39556f7613
commit f2ba00f34f
2 changed files with 116 additions and 49 deletions

View file

@ -460,4 +460,25 @@ text-decoration: underline;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
.weekday-selector {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 10px;
}
.weekday-selector label {
font-weight: normal;
display: flex;
align-items: center;
gap: 4px;
}