mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Hide buttons & dialog footer when printing
This commit is contained in:
parent
0336bc085c
commit
761128635d
@ -87,6 +87,13 @@ input, select, textarea {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hide buttons and dialog footers
|
||||||
|
*/
|
||||||
|
.dialogFooterToolbar, .et2_button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
} /* @media print */
|
} /* @media print */
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
|
Loading…
Reference in New Issue
Block a user