Remove background colors from top and bottom of program pop-up

This commit is contained in:
2026-07-28 19:13:13 -06:00
parent c3534fec72
commit 0303d60136

View File

@@ -2569,6 +2569,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
justify-content: flex-end;
}
/* Remove background colors from top and bottom of program pop-up */
.formDialogHeader, .formDialogFooter {
background-color: transparent !important;
}
/* ====== UNSURE ====== */
.padded-top {