Files
Touchh/staticfiles/material/css/materialize.frontend.print.css
trevor 93994ed929 settings application
.env db params+global settings in admin model
ECVI plugin module
2024-12-14 20:50:11 +09:00

35 lines
575 B
CSS

@media print {
*,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
header, footer,
nav .sidenav-trigger,
#nav-mobile,
.right-panel,
.breadcrumbs,
.fixed-action-btn,
.card-action {
display: none;
}
.topbar {
padding-left: 25px;
}
.left-panel {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}