Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / ui / smallIcon.css
blob92baadf1d2fba84cdca802ffdec37748ce540314
1 /*
2 * Copyright (c) 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 div {
8 width: 10px;
9 height: 10px;
10 margin-right: 2px;
11 display: inline-block;
14 div.error-icon,
15 div.revokedError-icon,
16 div.warning-icon,
17 div.info-icon,
18 div.device-icon,
19 div.red-ball,
20 div.green-ball,
21 div.orange-ball {
22 background-image: url(Images/toolbarButtonGlyphs.png);
23 background-size: 352px 168px;
26 @media (-webkit-min-device-pixel-ratio: 1.5) {
27 div.error-icon,
28 div.revokedError-icon,
29 div.warning-icon,
30 div.info-icon,
31 div.device-icon,
32 div.red-ball,
33 div.green-ball,
34 div.orange-ball {
35 background-image: url(Images/toolbarButtonGlyphs_2x.png);
37 } /* media */
39 div.error-icon {
40 background-position: -213px -96px;
43 div.revokedError-icon {
44 background-position: -245px -107px;
47 div.warning-icon {
48 background-position: -202px -107px;
51 div.info-icon {
52 background-position: -213px -107px;
55 div.device-icon {
56 background-position: -224px -107px;
59 div.red-ball {
60 background-position: -224px -96px;
63 div.green-ball {
64 background-position: -235px -96px;
67 div.orange-ball {
68 background-position: -246px -96px;