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

Unified Diff: third_party/WebKit/Source/devtools/front_end/layer_viewer/layerDetailsView.css

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: Created 4 years, 3 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/layer_viewer/layerDetailsView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/layer_viewer/layerDetailsView.css b/third_party/WebKit/Source/devtools/front_end/layer_viewer/layerDetailsView.css
new file mode 100644
index 0000000000000000000000000000000000000000..7b9819c3fde7b11a97b3b087108a2fe48619f071
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/layer_viewer/layerDetailsView.css
@@ -0,0 +1,23 @@
+table td {
dgozman 2016/09/22 16:35:34 Missing copyright.
+ padding-left: 8px;
+}
+
+table td:first-child {
+ font-weight: bold;
+}
+
+.scroll-rect.active {
+ background-color: rgba(100, 100, 100, 0.2);
+}
+
+ul {
+ list-style: none;
+ -webkit-padding-start: 0;
+ -webkit-margin-before: 0;
+ -webkit-margin-after: 0;
+}
+
+a {
+ padding: 8px;
+ display: block;
+}

Powered by Google App Engine
This is Rietveld 408576698