mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
13 lines
130 B
CSS
13 lines
130 B
CSS
@media print {
|
|
#exportbutton {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.statisticstable {
|
|
page-break-after: always;
|
|
}
|
|
|
|
td {
|
|
color: #fff;
|
|
} |