From 2d27385ac992dd90f229c24722640f63b8de55c9 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 12 Jul 2026 19:52:06 -0500 Subject: [PATCH] @ style(runbackup): gray card panel on the black backdrop Set the backup card (.msb-runbackup > .card) to a gray background so it reads as a panel against the black full-screen backdrop instead of stark white. Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i @ --- source/packages/com_mokosuitebackup/media/css/runbackup.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/packages/com_mokosuitebackup/media/css/runbackup.css b/source/packages/com_mokosuitebackup/media/css/runbackup.css index f29dea3a..54810052 100644 --- a/source/packages/com_mokosuitebackup/media/css/runbackup.css +++ b/source/packages/com_mokosuitebackup/media/css/runbackup.css @@ -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 {