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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementStatePaneWidget.css

Issue 2924883002: DevTools: migrate SSP Classes and ElementState toolbar widgets to shadow (Closed)
Patch Set: Created 3 years, 6 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 2017 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 .styles-element-state-pane {
8 overflow: hidden;
9 height: 66px;
10 padding-left: 2px;
11 background-color: #f3f3f3;
12 border-bottom: 1px solid rgb(189, 189, 189);
13 margin-top: 0;
14 }
15
16 .styles-element-state-pane > div {
17 margin: 8px 4px 6px;
18 }
19
20 .styles-element-state-pane > table {
21 width: 100%;
22 border-spacing: 0;
23 }
24
25 .styles-element-state-pane td {
26 padding: 0;
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698