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