/* module-key = 'com.plugin.commitgraph.commitgraph:commits-page', location = '/static/tab/commit-tab.css' */
.flex-container .commit-graph {
    /*this should work for BB 5.13.1*/
    width : 100%;
}
.commit-graph-table.commits-table tr.merge td {
    opacity: unset;
    color: rgba(128, 128, 128, 0.3);
}
.commit-graph-table.commits-table .merge .message .message-subject .commit-link,
.commit-graph-table.commits-table .merge .message .message-body .commit-link,
.commit-graph-table.commits-table .merge .commit .merge-lozenge {
    color: rgba(128, 128, 128, 0.3);
}
.commit-graph-table.commits-table .merge .commitid {
    color: rgba(0, 82, 204, 0.3);
}
.commit-graph-table.commits-table .merge .message .message-body .commits-issues-trigger,
.commit-graph-table.commits-table .merge .message .message-subject .commits-issues-trigger {
    color: rgba(53, 114, 176, 0.3);
}

.first-column {
    float: left;
    margin-left: -225px;
    width: -225px;
}
.second-column {
    float : right;
    width : 100%;
}
.header-fill {
    text-align: right;
}
.wrap-stopper {
    overflow-y: hidden;
    margin-right: 10px;
}
.graph-segment svg {
    display: block;
    float : right;
}
.graph-segment {
    text-align: right;
}

#show-all-link {
    line-height: 32px;
    padding-left: 10px;
}
.label-container {
    position : absolute;
    right: 15px;
}

#commits-table .message .label-container:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  display: block;
  content: "";
  left: -32px;
  position: absolute;
  top: 0;
  width: 32px;
}

#commits-table tr.focused-commit .message .label-container:before,
#commits-table tr:hover .message .label-container:before {
  background-image: linear-gradient(to right, rgba(245, 245, 245, 0), #f5f5f5);
}
.show-graph-disabled {
    transition: opacity 0.3s;
    opacity: 0.35;    
}
/*# sourceMappingURL=/download/batch/com.plugin.commitgraph.commitgraph:commits-page/com.plugin.commitgraph.commitgraph:commits-page.css.map?_statichash=d41d8cd98f00b204e9800998ecf8427e-T%2F-938801195%2Ffdb5904%2Fn1cn5w%2F5.5.8 */