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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css

Issue 2389333002: DevTools: update styles for debugger's CallStackSidebarPane (Closed)
Patch Set: reset result after reorder, address comments Created 4 years, 2 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/sources/uiList.css ('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/ui/viewContainers.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
index fb1404938c16e85e4b32f8cef98ab72c101044ce..68213b893b0aa62c2d0e93b8088c72732d52087c 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
@@ -34,7 +34,7 @@
.expandable-view-title {
display: flex;
align-items: center;
- background-color: #eee;
+ background-color: #f3f3f3;
lushnikov 2016/10/12 21:41:56 For the record: this is to align our greys; this c
height: 22px;
padding: 0 5px;
border-top: 1px solid #dadada;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/uiList.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698