icingaweb2/public/css/icinga/print.less

40 lines
818 B
Plaintext
Raw Normal View History

/*! Icinga Web 2 | (c) 2015 Icinga GmbH | GPLv2+ */
2015-12-10 12:05:48 +01:00
@media print {
#sidebar,
#migrate-popup, // Icinga DB Web
.controls,
.footer, // ipl
2015-12-10 12:05:48 +01:00
.dontprint, // Compat only, use dont-print instead
.dont-print {
display: none !important;
2015-12-10 12:05:48 +01:00
}
#main > .container {
overflow: visible !important;
> .content {
overflow: visible !important;
}
}
:root {
--body-bg-color: #fff !important;
--text-color: #535353 !important;
--text-color-light: #7F7F7F !important;
--tr-active-color: #fff !important;
--tr-hover-color: #fff !important;
// ipl-web overrides
--default-bg: #fff !important;
--default-text-color: #535353 !important;
--default-text-color-inverted: #fff !important;
}
2015-12-10 12:05:48 +01:00
}
@media not print {
.print-only {
display: none !important;
}
}