| Index: Source/devtools/front_end/timeline/timelinePanel.css
|
| diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
|
| index ea35aa3a5cfde01d263506efbc20cd6aaf474342..6b6856c49e69d1c1c4334f2b8e6d62f27322f188 100644
|
| --- a/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -28,7 +28,7 @@
|
| */
|
|
|
| .panel.timeline > .toolbar {
|
| - border-bottom: 1px solid #f1f1f1;
|
| + border-bottom: 1px solid #dadada;
|
| }
|
|
|
| #timeline-overview-panel {
|
| @@ -42,7 +42,7 @@
|
| }
|
|
|
| .timeline-records-title, .timeline-records-list {
|
| - background-color: #eee;
|
| + background-color: #f3f3f3;
|
| }
|
|
|
| .timeline-records-title {
|
| @@ -624,7 +624,7 @@
|
| flex: auto;
|
| overflow: auto;
|
| position: relative;
|
| - background-color: #eee;
|
| + background-color: #f3f3f3;
|
| }
|
|
|
| .timeline-details-view-block {
|
|
|