| 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: 4px; | 10 margin-right: 4px; |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 div.orange-ball { | 35 div.orange-ball { |
| 36 background-image: url(Images/toolbarButtonGlyphs_2x.png); | 36 background-image: url(Images/toolbarButtonGlyphs_2x.png); |
| 37 } | 37 } |
| 38 } /* media */ | 38 } /* media */ |
| 39 | 39 |
| 40 div.error-icon { | 40 div.error-icon { |
| 41 background-position: -213px -96px; | 41 background-position: -213px -96px; |
| 42 } | 42 } |
| 43 | 43 |
| 44 div.revokedError-icon { | 44 div.revokedError-icon { |
| 45 background-position: -245px -107px; | 45 background-position: -246px -107px; |
| 46 } | 46 } |
| 47 | 47 |
| 48 div.warning-icon { | 48 div.warning-icon { |
| 49 background-position: -202px -107px; | 49 background-position: -202px -107px; |
| 50 } | 50 } |
| 51 | 51 |
| 52 div.info-icon { | 52 div.info-icon { |
| 53 background-position: -213px -107px; | 53 background-position: -213px -107px; |
| 54 } | 54 } |
| 55 | 55 |
| 56 div.device-icon { | 56 div.device-icon { |
| 57 background-position: -224px -107px; | 57 background-position: -224px -107px; |
| 58 } | 58 } |
| 59 | 59 |
| 60 div.red-ball { | 60 div.red-ball { |
| 61 background-position: -224px -96px; | 61 background-position: -224px -96px; |
| 62 } | 62 } |
| 63 | 63 |
| 64 div.green-ball { | 64 div.green-ball { |
| 65 background-position: -235px -96px; | 65 background-position: -235px -96px; |
| 66 } | 66 } |
| 67 | 67 |
| 68 div.orange-ball { | 68 div.orange-ball { |
| 69 background-position: -246px -96px; | 69 background-position: -246px -96px; |
| 70 } | 70 } |
| OLD | NEW |