| Index: Source/devtools/front_end/timelinePanel.css
|
| diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
|
| index a9d7569b41aa8bb61eee60f217d170c7d200f289..a51db5e8b31a503d46a072646c028ad0f133fec1 100644
|
| --- a/Source/devtools/front_end/timelinePanel.css
|
| +++ b/Source/devtools/front_end/timelinePanel.css
|
| @@ -811,4 +811,8 @@
|
| .paint-profiler-image-view img {
|
| border: solid 1px black;
|
| -webkit-transform-origin: 0px 0px;
|
| +}
|
| +
|
| +.disabled-label {
|
| + color: rgb(211, 211, 211);
|
| }
|
|
|