Fixed some print style?
This commit is contained in:
parent
d84ebcae47
commit
360b2e4475
1 changed files with 2 additions and 2 deletions
|
@ -432,13 +432,13 @@ svg.ts-logo {
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
:root {
|
:root {
|
||||||
|
-webkit-print-color-adjust: exact;
|
||||||
|
print-color-adjust: exact;
|
||||||
font-size: 8.888888889px;
|
font-size: 8.888888889px;
|
||||||
}
|
}
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: #e3e3e3;
|
background-color: #e3e3e3;
|
||||||
}
|
}
|
||||||
-webkit-print-color-adjust: exact;
|
|
||||||
print-color-adjust: exact;
|
|
||||||
|
|
||||||
.no-print {
|
.no-print {
|
||||||
display:none;
|
display:none;
|
||||||
|
|
Loading…
Reference in a new issue