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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css

Issue 2716683006: DevTools: add entry points for command menu (Closed)
Patch Set: no wrap/scroll Created 3 years, 9 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/sources/sourcesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
index d32d8ef9e362057c191f69ce79983cebd0bac522..f827d7f426352f81a070fd50dc231f989bfd3aba 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
@@ -92,6 +92,33 @@
-webkit-user-modify: read-write;
}
+.sources-placeholder {
+ font-size: 14px;
+ text-align: center;
+ margin-top: 20px;
+ text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
+ line-height: 2;
+ overflow: hidden;
+}
+
+.sources-placeholder-row {
+ display: flex;
+ text-align: center;
+ white-space: nowrap;
+}
+
+.sources-placeholder-key {
+ flex: 1;
+ text-align: right;
+ padding-right: 15px
+}
+
+.sources-placeholder-value {
+ flex: 1;
+ padding-left: 15px;
+ text-align: left;
+}
+
@-webkit-keyframes source-frame-value-update-highlight-animation {
from {
background-color: inherit;

Powered by Google App Engine
This is Rietveld 408576698