| Index: chrome_linux64/resources/inspector/flameChart.css
|
| ===================================================================
|
| --- chrome_linux64/resources/inspector/flameChart.css (revision 237140)
|
| +++ chrome_linux64/resources/inspector/flameChart.css (working copy)
|
| @@ -29,3 +29,15 @@
|
| 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;
|
| +}
|
|
|