Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / audits / auditResultTree.css
blobc2a5fd41f602a38f6de0bf23294400634e0b41f6
1 /*
2 * Copyright 2015 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 */
7 .severity {
8 background-image: url(Images/toolbarButtonGlyphs.png);
9 background-size: 352px 168px;
10 display: inline-block;
11 width: 10px;
12 height: 10px;
13 position: relative;
14 top: 1px;
15 margin-right: 4px;
18 li {
19 -webkit-user-select: text;
22 @media (-webkit-min-device-pixel-ratio: 1.5) {
23 .severity {
24 background-image: url(Images/toolbarButtonGlyphs_2x.png);
26 } /* media */
28 .severity.severe {
29 background-position: -224px -96px;
32 .severity.warning {
33 background-position: -246px -96px;
36 .severity.info {
37 background-position: -235px -96px;
39 .audit-result {
40 font-weight: bold;