print.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. #app > *:not(.content):not(.active),
  2. #app > .hide {
  3. display: none;
  4. }
  5. .table {
  6. border: 1px solid hsl(0,0%,90%);
  7. }
  8. .table thead tr {
  9. border-bottom: 1px solid hsl(0,0%,90%);
  10. }
  11. html {
  12. height: auto;
  13. }
  14. body,
  15. .content {
  16. background: none;
  17. color: black;
  18. }
  19. // Disable flex to allow multi page prints in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=939897
  20. body,
  21. #app,
  22. #app > .content.active,
  23. .tabsSidebar-holder,
  24. main {
  25. display: block;
  26. }
  27. #app {
  28. min-width: 0;
  29. }
  30. /*
  31. Dashboard
  32. =========
  33. */
  34. .dashboard + .sidebar {
  35. display: none;
  36. }
  37. /*
  38. Ticket Overviews
  39. =================
  40. */
  41. .bulkAction,
  42. .overviews .checkbox-replacement,
  43. .overviews .overview-header,
  44. .table-checkbox,
  45. .sidebar,
  46. .page-header-meta .btn {
  47. display: none;
  48. }
  49. .main {
  50. padding: 0;
  51. }
  52. h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 {
  53. color: inherit;
  54. }
  55. .table {
  56. border: none;
  57. color: black;
  58. > thead > tr > th {
  59. background: none;
  60. color: inherit;
  61. }
  62. }
  63. td a {
  64. color: black;
  65. font-weight: 500;
  66. }
  67. .table-col-resize {
  68. display: none;
  69. }
  70. th.js-tableHead:not([data-column-key="icon"]) {
  71. width: auto !important;
  72. }
  73. .icon-task-state.open {
  74. fill: gray;
  75. }
  76. /*
  77. Ticket Zoom
  78. ===========
  79. */
  80. .ticketZoom-controls,
  81. .scrollPageHeader,
  82. .article-new,
  83. .article-actions,
  84. .tabsSidebar,
  85. .attributeBar,
  86. .textBubble-overflowContainer {
  87. display: none;
  88. }
  89. .tabsSidebar-sidebarSpacer {
  90. margin: 0;
  91. transition: none;
  92. }
  93. .textBubble-content {
  94. height: auto !important;
  95. }
  96. .tabsSidebar-tabsSpacer {
  97. padding: 0 !important;
  98. overflow: visible;
  99. }
  100. .ticketZoom {
  101. background: none;
  102. }
  103. .ticket-article,
  104. .article-new {
  105. max-width: none;
  106. padding-left: 0;
  107. padding-right: 0;
  108. }
  109. .ticket-article {
  110. a[href]:after {
  111. content: none !important;
  112. }
  113. }
  114. .textBubble {
  115. padding: 20px;
  116. border: 1px solid !important;
  117. background: white !important;
  118. }
  119. .bubble-arrow:after {
  120. background: white !important;
  121. border-color: black !important;
  122. }
  123. .article-meta {
  124. color: black;
  125. background: none;
  126. border: 1px dashed hsl(240,2%,60%);
  127. padding: 11px 10px 1px;
  128. &.top {
  129. border-bottom-width: 0;
  130. }
  131. &.bottom {
  132. border-top-width: 0;
  133. padding-top: 7px;
  134. padding-bottom: 3px;
  135. }
  136. &-clip {
  137. height: auto !important;
  138. }
  139. &-icon {
  140. fill: currentColor;
  141. }
  142. }
  143. .article-content {
  144. color: inherit;
  145. }
  146. .article-content-meta {
  147. opacity: 1 !important;
  148. display: block !important;
  149. transform: none !important;
  150. position: static;
  151. }
  152. .attachments.attachments--list {
  153. border-color: currentColor !important;
  154. }
  155. .avatar {
  156. border: 1px solid black;
  157. }