strong-arc
Version:
A visual suite for the StrongLoop API Platform
77 lines (65 loc) • 1.43 kB
CSS
.overview-container {
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
height: 80px;
}
#flame-chart-overview-grid .resources-dividers-label-bar {
pointer-events: auto;
}
.flame-chart-main-pane {
overflow: hidden;
}
.flame-chart-overview-pane {
-webkit-box-flex: 0 ;
-ms-flex: 0 0 80px ;
flex: 0 0 80px ;
}
#flame-chart-overview-container {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.flame-chart-overview-canvas {
position: absolute;
top: 20px;
left: 0;
right: 0;
bottom: 0;
}
.flame-chart-marker-highlight-element {
position: absolute;
top: 0;
height: 20px;
width: 4px;
margin: 0 -2px;
content: "";
display: block;
}
.flame-chart-highlight-element {
background-color: black;
position: absolute;
opacity: 0.2;
pointer-events: none;
}
.flame-chart-selected-element {
position: absolute;
pointer-events: none;
border-color: rgb(56, 121, 217);
border-width: 2px;
border-style: solid;
background-color: rgba(56, 121, 217, 0.2);
}
.flame-chart-v-scroll {
-webkit-box-flex: 0;
-ms-flex: 0 0 14px;
flex: 0 0 14px;
overflow-x: hidden;
}
body.platform-mac .flame-chart-v-scroll {
position: absolute;
width: 14px;
top: 0;
right: 0;
bottom: 0;
}
/*# sourceMappingURL=flameChart.css.map */