Index: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
index c272e92d64cabfe8d0b5412f10728323cb420471..eb6a8a32c4fed809aa31dbc44e9d408d15eb55fd 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
@@ -65,11 +65,8 @@ |
} |
.profiles-toolbar { |
- display: flex; |
- background-color: #f3f3f3; |
- flex: 0 0 25px; |
- flex-direction: row; |
- border-bottom: 1px solid rgb(202, 202, 202); |
+ background-color: white; |
+ border-bottom: 1px solid #ddd; |
} |
.profiles-sidebar-tree-box { |