Merge pull request 'style(runbackup): gray card panel' (#256) from style/runbackup-gray-card into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 20s

This commit was merged in pull request #256.
This commit is contained in:
2026-07-13 00:52:15 +00:00
@@ -27,9 +27,11 @@ body {
padding: 0 1rem;
}
/* overflow:hidden clips the full-bleed bar to the card's rounded corners. */
.msb-runbackup .card {
/* overflow:hidden clips the full-bleed bar to the card's rounded corners.
The card is a gray panel on the black backdrop. */
.msb-runbackup > .card {
overflow: hidden;
background-color: var(--bs-gray-400, #ced4da);
}
.msb-rb-progress {