print.scss 715 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. /*
  12. Dashboard
  13. =========
  14. */
  15. .dashboard + .sidebar {
  16. display: none;
  17. }
  18. /*
  19. Ticket Overviews
  20. =================
  21. */
  22. .bulkAction,
  23. .overviews .checkbox-replacement,
  24. .overviews .overview-header,
  25. .table-checkbox {
  26. display: none;
  27. }
  28. /*
  29. Ticket Zoom
  30. ===========
  31. */
  32. .ticketZoom-controls,
  33. .scrollPageHeader,
  34. .article-new,
  35. .article-actions,
  36. .tabsSidebar,
  37. .attributeBar,
  38. .textBubble-overflowContainer {
  39. display: none;
  40. }
  41. .tabsSidebar-sidebarSpacer {
  42. margin-right: 0;
  43. }
  44. .article-meta .article-meta-key {
  45. display: none;
  46. }