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 {
|
||||
:root {
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
font-size: 8.888888889px;
|
||||
}
|
||||
#sidebar {
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
|
||||
.no-print {
|
||||
display:none;
|
||||
|
|
Loading…
Reference in a new issue