mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-15 20:20:12 +02:00
16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
/*! Icinga Web 2 | (c) 2015 Icinga GmbH | GPLv2+ */
|
|
|
|
@media print {
|
|
.controls,
|
|
.dontprint, // Compat only, use dont-print instead
|
|
.dont-print {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media not print {
|
|
.print-only {
|
|
display: none !important;
|
|
}
|
|
}
|