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

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: 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 table td {
dgozman 2016/09/22 16:35:34 Missing copyright.
2 padding-left: 8px;
3 }
4
5 table td:first-child {
6 font-weight: bold;
7 }
8
9 .scroll-rect.active {
10 background-color: rgba(100, 100, 100, 0.2);
11 }
12
13 ul {
14 list-style: none;
15 -webkit-padding-start: 0;
16 -webkit-margin-before: 0;
17 -webkit-margin-after: 0;
18 }
19
20 a {
21 padding: 8px;
22 display: block;
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698