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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components/imagePreview.css

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: fix Created 3 years, 10 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 .image-preview-container {
8 background: transparent;
9 text-align: center;
10 border-spacing: 0;
11 }
12
13 .image-preview-container img {
14 margin: 2px auto;
15 max-width: 100px;
16 max-height: 100px;
17 background-image: url(Images/checker.png);
18 -webkit-user-select: text;
19 -webkit-user-drag: auto;
20 }
21
22 .image-container {
23 padding: 0;
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698