1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-17 14:55:04 +02:00

Hide buttons & dialog footer when printing

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

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