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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/webSocketFrameView.css

Issue 2806993002: DevTools: WebSocketFrameView - Add frames display control toolbar (Closed)
Patch Set: wip Created 3 years, 7 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/network/ResourceWebSocketFrameView.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/network/webSocketFrameView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/webSocketFrameView.css b/third_party/WebKit/Source/devtools/front_end/network/webSocketFrameView.css
index 4e2230ec1cf634c670b3284c33bf60ee8553702a..f1d2d481e1593ec863e67c0b211e749de11672da 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/webSocketFrameView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/webSocketFrameView.css
@@ -43,3 +43,7 @@
background-color: rgb(255, 237, 237);
color: rgb(182, 0, 0);
}
+
+.websocket-frame-view .toolbar {
+ border-bottom: 1px solid #dadada;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/ResourceWebSocketFrameView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698