| 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 70e82bd15e44319fe71f2778ace2f6c941a72fb0..96657ee2a165c6b756176a20ef322b9e8fe74271 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
|
| @@ -28,7 +28,7 @@
|
| */
|
|
|
| .resources-toolbar {
|
| - border-top: 1px solid #ccc;
|
| + border-bottom: 1px solid #ccc;
|
| background-color: #eee;
|
| }
|
|
|
| @@ -81,8 +81,8 @@ li.selected .base-storage-tree-element-subtitle {
|
| }
|
|
|
| .storage-view .filter-bar {
|
| - border-bottom: none;
|
| - border-top: 1px solid #dadada;
|
| + border-top: none;
|
| + border-bottom: 1px solid #dadada;
|
| }
|
|
|
| .database-query-prompt {
|
|
|