| Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| index 8fbe22a6d000196d30375a99197f5b1bb560b42d..98a545dc249d272f28e3e1e7055a96227e2540d3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -599,8 +599,8 @@
|
| }
|
|
|
| .timeline-tree-view .data-grid .selected .background-bar {
|
| - background-color: rgba(255, 255, 255, 0.25);
|
| - border-bottom-color: rgba(255, 255, 255, 0.5);
|
| + background-color: rgba(255, 255, 255, 0.3);
|
| + border-bottom-color: rgba(255, 255, 255, 0.9);
|
| }
|
|
|
| .timeline-tree-view .timeline-details-view-body .full-widget-dimmed-banner {
|
| @@ -679,4 +679,4 @@
|
|
|
| .timeline-landing-warning span[is=ui-icon] {
|
| margin: -8px;
|
| -}
|
| +}
|
|
|