Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css

Issue 2617043002: DevTools: Cookies panel toolbar changes (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b620be29ddbbb8761907c70e480a6f707082cb0d..70e82bd15e44319fe71f2778ace2f6c941a72fb0 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css
@@ -80,6 +80,11 @@ li.selected .base-storage-tree-element-subtitle {
overflow-x: hidden;
}
+.storage-view .filter-bar {
+ border-bottom: none;
+ border-top: 1px solid #dadada;
+}
+
.database-query-prompt {
position: relative;
padding: 1px 22px 1px 24px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698