Add manual-only backup schedules

This commit is contained in:
Mikei386
2026-06-15 17:22:09 +02:00
parent e66d89598d
commit 3579756cc9
8 changed files with 30 additions and 12 deletions
+1
View File
@@ -92,6 +92,7 @@
.bu-schedule-grid { display: grid; gap: 15px; grid-template-columns: minmax(240px, 2fr) minmax(150px, 1fr); }
.bu-weekdays { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.bu-weekdays[hidden] { display: none; }
.bu-schedule-time[hidden], .bu-schedule-manual[hidden] { display: none !important; }
.bu-weekdays > span { font-weight: 700; margin-right: 4px; }
#urbm-app .bu-weekdays label { display: block; }
#urbm-app .bu-weekdays label span { background: var(--bu-panel-alt); border: 1px solid var(--bu-border-strong); border-radius: 5px; cursor: pointer; display: block; min-width: 46px; padding: 9px 11px; text-align: center; }