Remove background tint for when pop-up opens
This commit is contained in:
@@ -2569,6 +2569,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Remove background tint for when pop-up opens */
|
||||||
|
.dialogBackdrop {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* Remove background colors from top and bottom of program pop-up */
|
/* Remove background colors from top and bottom of program pop-up */
|
||||||
.formDialogHeader, .formDialogFooter {
|
.formDialogHeader, .formDialogFooter {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user