| Index: third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
|
| index e75321c974059ef2a129b9de649dbf3916bfe206..89b61c2910d2572a285c9b1f3e5574e99eb3797a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
|
| @@ -28,6 +28,11 @@
|
| */
|
|
|
| .resources-toolbar {
|
| + border-top: 1px solid #ccc;
|
| + background-color: #f3f3f3;
|
| +}
|
| +
|
| +.top-resources-toolbar {
|
| border-bottom: 1px solid #ccc;
|
| background-color: #f3f3f3;
|
| }
|
|
|