mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide buttons and dialog footers
|
||||
*/
|
||||
.dialogFooterToolbar, .et2_button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
} /* @media print */
|
||||
|
||||
@media screen {
|
||||
|
Loading…
Reference in New Issue
Block a user