Compare commits
No commits in common. "e054cbc946e71a19e5b35afe745fe9dcc45a9fd6" and "209ced11be51953e835f4473deda70f9a14cdd37" have entirely different histories.
e054cbc946
...
209ced11be
@ -658,7 +658,7 @@ table.sys-apps tr:hover td { background: rgba(var(--text-rgb), 0.03); }
|
||||
font-size: 0.92rem;
|
||||
pointer-events: none;
|
||||
}
|
||||
.sys-detail-empty { color: var(--text-secondary); }
|
||||
.sys-detail-empty { color: rgba(var(--text-rgb), 0.55); }
|
||||
/* The `display: flex` above is an author rule, so it beats the UA
|
||||
`[hidden] { display: none }` — without this the JS `el.hidden = true` can't
|
||||
hide these overlays and they stack on top of a populated graph. */
|
||||
|
||||
@ -218,7 +218,7 @@
|
||||
}
|
||||
.updater-detail-row .updater-btn { margin-left: auto; }
|
||||
.updater-detail-meta { color: var(--text-muted, rgba(255, 255, 255, .6)); font-size: .85rem; }
|
||||
.updater-detail-empty { color: var(--text-secondary); margin: 0; }
|
||||
.updater-detail-empty { color: var(--text-muted, rgba(255, 255, 255, .6)); margin: 0; }
|
||||
|
||||
/* ---- Backups tab: embedded backup center -------------------------------- */
|
||||
/* The Backups tab mounts the real BackupPage, which supplies its own header, and
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
/* ---- Hints / empty states ---- */
|
||||
.updater-hint { padding: 12px 15px; border-radius: 11px; margin-bottom: 14px; font-size: 0.84rem;
|
||||
background: rgba(var(--page-rgb, var(--accent-rgb)), 0.08); border: 1px solid rgba(var(--page-rgb, var(--accent-rgb)), 0.2); color: rgba(var(--text-rgb), 0.75); }
|
||||
.updater-empty { padding: 40px 20px; text-align: center; color: var(--text-secondary); display: flex; flex-direction: column; gap: 14px; align-items: center; }
|
||||
.updater-empty { padding: 40px 20px; text-align: center; color: rgba(var(--text-rgb), 0.55); display: flex; flex-direction: column; gap: 14px; align-items: center; }
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.updater-row { grid-template-columns: 1fr; gap: 6px; }
|
||||
|
||||
@ -528,7 +528,7 @@
|
||||
background: rgba(var(--status-success-rgb), 0.10);
|
||||
}
|
||||
|
||||
.eo-modal-empty { text-align: center; color: var(--text-secondary); font-size: 13px; padding: 12px 0; }
|
||||
.eo-modal-empty { text-align: center; color: rgba(var(--text-rgb), 0.55); font-size: 13px; padding: 12px 0; }
|
||||
|
||||
/* Body content shouldn't push the modal wider than its container. */
|
||||
.eo-modal-body :where(input, textarea, select) { max-width: 100%; box-sizing: border-box; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user