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

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

Issue 2174863003: DevTools: traverse widget hierarchy to reveal views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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
Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index b22cebb2bcff782b3154e6b87e6047365aca99d5..ab893413c94ac6ad383a172a013f8873881628e2 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -89,6 +89,10 @@ iframe.fill {
position: relative;
}
+.view-container > .toolbar {
+ border-bottom: 1px solid #eee;
+}
+
.flex-auto {
flex: auto;
}
@@ -107,6 +111,10 @@ iframe.fill {
justify-content: center;
}
+.overflow-auto {
+ overflow: auto;
+}
+
iframe.widget {
position: absolute;
width: 100%;
@@ -274,6 +282,13 @@ body.inactive select.chrome-select,
-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
+.gray-info-message {
+ text-align: center;
+ font-style: italic;
+ padding: 6px;
+ color: #888;
+}
+
label[is=dt-icon-label] {
flex: none;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/Widget.js ('k') | third_party/WebKit/Source/devtools/front_end/ui/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698