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

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

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: renamed the banner 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 table td {
8 padding-left: 8px;
9 }
10
11 table td:first-child {
12 font-weight: bold;
13 }
14
15 .scroll-rect.active {
16 background-color: rgba(100, 100, 100, 0.2);
17 }
18
19 ul {
20 list-style: none;
21 -webkit-padding-start: 0;
22 -webkit-margin-before: 0;
23 -webkit-margin-after: 0;
24 }
25
26 a {
27 padding: 8px;
28 display: block;
29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698