2016-03-11 14:34:43 +00:00
|
|
|
#app > *:not(.content):not(.active),
|
2016-03-14 15:44:28 +00:00
|
|
|
#app > .hide {
|
2016-03-11 14:34:43 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-03-14 09:28:50 +00:00
|
|
|
.table {
|
2016-03-14 15:44:28 +00:00
|
|
|
border: 1px solid hsl(0,0%,90%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.table thead tr {
|
|
|
|
border-bottom: 1px solid hsl(0,0%,90%);
|
2016-03-14 08:15:24 +00:00
|
|
|
}
|
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
html {
|
2018-09-02 08:20:57 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
body,
|
|
|
|
.content {
|
|
|
|
background: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Disable flex to allow multi page prints in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=939897
|
|
|
|
body,
|
|
|
|
#app,
|
|
|
|
#app > .content.active,
|
|
|
|
.tabsSidebar-holder,
|
|
|
|
main {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app {
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
2016-03-14 08:15:24 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
Dashboard
|
|
|
|
=========
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2016-03-14 09:28:50 +00:00
|
|
|
.dashboard + .sidebar {
|
2016-03-14 08:15:24 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
Ticket Overviews
|
|
|
|
=================
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2016-03-14 09:28:50 +00:00
|
|
|
.bulkAction,
|
|
|
|
.overviews .checkbox-replacement,
|
2016-03-14 15:44:28 +00:00
|
|
|
.overviews .overview-header,
|
2018-09-06 06:48:59 +00:00
|
|
|
.table-checkbox,
|
|
|
|
.sidebar,
|
|
|
|
.page-header-meta .btn {
|
2016-03-14 08:15:24 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2016-03-11 14:34:43 +00:00
|
|
|
|
2018-09-06 13:21:17 +00:00
|
|
|
.main {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2018-09-06 06:48:59 +00:00
|
|
|
h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
border: none;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
> thead > tr > th {
|
|
|
|
background: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td a {
|
|
|
|
color: black;
|
2018-09-06 13:20:04 +00:00
|
|
|
font-weight: 500;
|
2018-09-06 06:48:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-col-resize {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.js-tableHead:not([data-column-key="icon"]) {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-task-state.open {
|
|
|
|
fill: gray;
|
|
|
|
}
|
|
|
|
|
2016-03-11 14:34:43 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
Ticket Zoom
|
|
|
|
===========
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ticketZoom-controls,
|
|
|
|
.scrollPageHeader,
|
|
|
|
.article-new,
|
|
|
|
.article-actions,
|
|
|
|
.tabsSidebar,
|
|
|
|
.attributeBar,
|
|
|
|
.textBubble-overflowContainer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-03-14 15:44:28 +00:00
|
|
|
.tabsSidebar-sidebarSpacer {
|
2018-09-04 14:36:29 +00:00
|
|
|
margin: 0;
|
|
|
|
transition: none;
|
2018-09-02 08:20:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.textBubble-content {
|
|
|
|
height: auto !important;
|
2018-09-04 14:36:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabsSidebar-tabsSpacer {
|
|
|
|
padding: 0 !important;
|
2018-09-05 11:12:14 +00:00
|
|
|
overflow: visible;
|
2018-09-04 14:36:29 +00:00
|
|
|
}
|
|
|
|
|
2018-09-06 16:18:52 +00:00
|
|
|
.ticketZoom {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
.ticket-article,
|
|
|
|
.article-new {
|
|
|
|
max-width: none;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2018-09-06 16:18:52 +00:00
|
|
|
.ticket-article {
|
|
|
|
a[href]:after {
|
|
|
|
content: none !important;
|
|
|
|
}
|
2018-09-04 14:36:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.textBubble {
|
|
|
|
padding: 20px;
|
|
|
|
border: 1px solid !important;
|
|
|
|
background: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bubble-arrow:after {
|
|
|
|
background: white !important;
|
|
|
|
border-color: black !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta {
|
|
|
|
color: black;
|
|
|
|
background: none;
|
|
|
|
border: 1px dashed hsl(240,2%,60%);
|
|
|
|
padding: 11px 10px 1px;
|
2018-09-06 17:06:09 +00:00
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
&.top {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
2018-09-06 17:06:09 +00:00
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
&.bottom {
|
|
|
|
border-top-width: 0;
|
|
|
|
padding-top: 7px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
2018-09-06 17:06:09 +00:00
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
&-clip {
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
fill: currentColor;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-06 17:06:09 +00:00
|
|
|
.article-meta-links {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-09-04 14:36:29 +00:00
|
|
|
.article-content {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-content-meta {
|
|
|
|
opacity: 1 !important;
|
|
|
|
display: block !important;
|
|
|
|
transform: none !important;
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachments.attachments--list {
|
|
|
|
border-color: currentColor !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
border: 1px solid black;
|
2018-09-18 12:57:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
Modal
|
|
|
|
=====
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
.modal-open {
|
|
|
|
> *:not(.modal) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
|
|
|
width: auto !important;
|
|
|
|
position: static;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-backdrop {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog {
|
|
|
|
box-shadow: none !important;
|
|
|
|
max-width: none !important;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-close {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
padding: 0;
|
2016-03-11 14:34:43 +00:00
|
|
|
}
|