mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
14 lines
147 B
CSS
14 lines
147 B
CSS
/*
|
|
Printing
|
|
*/
|
|
@media screen {
|
|
.onlyPrint {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media print {
|
|
.noPrint {
|
|
display: none !important;
|
|
}
|
|
}
|