summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/devtools/front_end/flameChart.css
blob: bc35be6f916e2199107308ab63497bd858a76b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.overview-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
}

.chart-container {
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    bottom: 0;
}

#flame-chart-overview-grid .resources-dividers-label-bar {
    pointer-events: auto;
}

#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;
}

.chart-container .entry-info {
    position: absolute;
    left: 10px;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
}

.chart-container .entry-info .title {
    font-weight: bold;
}