Hide buttons & dialog footer when printing

This commit is contained in:
nathangray 2019-04-02 14:14:40 -06:00
parent 0336bc085c
commit 761128635d

View File

@ -87,6 +87,13 @@ input, select, textarea {
color: black;
}
/**
* Hide buttons and dialog footers
*/
.dialogFooterToolbar, .et2_button {
display: none;
}
} /* @media print */
@media screen {