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
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
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,
|
|
|
|
.table-checkbox {
|
2016-03-14 08:15:24 +00:00
|
|
|
display: none;
|
|
|
|
}
|
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 {
|
|
|
|
margin-right: 0;
|
2016-03-11 14:34:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta .article-meta-key {
|
|
|
|
display: none;
|
|
|
|
}
|