mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°4315 - Polish bulk modify screens
This commit is contained in:
@@ -2,12 +2,35 @@
|
||||
@media print {
|
||||
html {
|
||||
font-size: 10px;
|
||||
break-after:auto;
|
||||
break-after: auto;
|
||||
}
|
||||
|
||||
.not-printable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ibo-panel--icon {
|
||||
-webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
|
||||
color-adjust: exact !important; /*Firefox*/
|
||||
}
|
||||
|
||||
.printable-content legend::before,
|
||||
.printable-content .ibo-activity-panel--tab-toolbar-action::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.printable-content .strikethrough {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#hiddeable_chapters .ibo-block-print--tab.strikethrough {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#hiddeable_chapters .ibo-block-print--tab span::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.ui-layout-resizer {
|
||||
display: none;
|
||||
}
|
||||
@@ -97,6 +120,10 @@
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.ibo-field--label > .ibo-has-description::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* PRINT Stylesheet
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user