CronEdit...geht weiter

This commit is contained in:
hubobel 2026-06-25 17:29:25 +02:00
parent b1b941c82a
commit 39556f7613
3 changed files with 179 additions and 0 deletions

View file

@ -445,4 +445,19 @@ text-decoration: underline;
.automation-table .action-column {
text-align: right;
width: 180px;
}
.weekday-selector {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.weekday-selector label {
font-weight: normal;
}
.schedule-block {
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #ddd;
}