Set height of show dialog to fill all of above container (.dialogContainer)
This commit is contained in:
@@ -2577,6 +2577,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Set height of show dialog to fill all of above container (.dialogContainer) */
|
||||||
|
.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.recordingDialog.opened {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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