mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
N°938 - Update compiled portal stylesheet
This commit is contained in:
@@ -1379,3 +1379,19 @@ table .group-actions {
|
||||
.wiki_broken_link {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
@media print {
|
||||
/* Prevent URLs from being displayed */
|
||||
a[href]::after, 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