OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 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 | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 div { | 7 div { |
8 width: 10px; | 8 width: 10px; |
9 height: 10px; | 9 height: 10px; |
10 margin-right: 2px; | 10 margin-right: 2px; |
11 display: inline-block; | 11 display: inline-block; |
12 } | 12 } |
13 | 13 |
14 div.error-icon, | 14 div.error-icon, |
15 div.revokedError-icon, | 15 div.revokedError-icon, |
16 div.warning-icon, | 16 div.warning-icon, |
17 div.info-icon, | 17 div.info-icon, |
18 div.device-icon, | 18 div.device-icon, |
19 div.red-ball, | 19 div.red-ball, |
20 div.green-ball, | 20 div.green-ball, |
21 div.orange-ball { | 21 div.orange-ball { |
22 background-image: url(Images/toolbarButtonGlyphs.png); | 22 background-image: url(Images/toolbarButtonGlyphs.png); |
23 background-size: 352px 144px; | 23 background-size: 352px 168px; |
24 } | 24 } |
25 | 25 |
26 @media (-webkit-min-device-pixel-ratio: 1.5) { | 26 @media (-webkit-min-device-pixel-ratio: 1.5) { |
27 div.error-icon, | 27 div.error-icon, |
28 div.revokedError-icon, | 28 div.revokedError-icon, |
29 div.warning-icon, | 29 div.warning-icon, |
30 div.info-icon, | 30 div.info-icon, |
31 div.device-icon, | 31 div.device-icon, |
32 div.red-ball, | 32 div.red-ball, |
33 div.green-ball, | 33 div.green-ball, |
(...skipping 26 matching lines...) Expand all Loading... |
60 background-position: -224px -96px; | 60 background-position: -224px -96px; |
61 } | 61 } |
62 | 62 |
63 div.green-ball { | 63 div.green-ball { |
64 background-position: -235px -96px; | 64 background-position: -235px -96px; |
65 } | 65 } |
66 | 66 |
67 div.orange-ball { | 67 div.orange-ball { |
68 background-position: -246px -96px; | 68 background-position: -246px -96px; |
69 } | 69 } |
OLD | NEW |