mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
This commit is contained in:
@@ -1802,3 +1802,27 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
|||||||
.wiki_broken_link {
|
.wiki_broken_link {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
/* Prevent URLs from being displayed */
|
||||||
|
a[href], img[src] {
|
||||||
|
&::after {
|
||||||
|
content: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Force modals to be displayed one after another instead of stacked */
|
||||||
|
.modal {
|
||||||
|
&.in {
|
||||||
|
position: relative;
|
||||||
|
top: unset;
|
||||||
|
z-index: unset;
|
||||||
|
overflow-y: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#drag_overlay {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user