| Index: Source/devtools/front_end/timelinePanel.css
|
| diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
|
| index b67f743c0ae5e82571627242546f344c25b232f4..be18c99e5069ccb997beb5cbfa2825ab13a8f8b8 100644
|
| --- a/Source/devtools/front_end/timelinePanel.css
|
| +++ b/Source/devtools/front_end/timelinePanel.css
|
| @@ -815,3 +815,18 @@
|
| .timeline-flamechart {
|
| overflow: hidden;
|
| }
|
| +
|
| +.timeline-progress-pane {
|
| + position: absolute;
|
| + top: 0px;
|
| + right: 0px;
|
| + bottom: 0px;
|
| + left: 0px;
|
| + color: #777;
|
| + background-color: rgba(255, 255, 255, 0.8);
|
| + font-size: 30px;
|
| + z-index: 500;
|
| + display: flex;
|
| + justify-content: center;
|
| + align-items: center;
|
| +}
|
|
|