| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 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 * { | 7 * { |
| 8 /* This is required for correct sizing of flex items because we rely | 8 /* This is required for correct sizing of flex items because we rely |
| 9 * on an old version of the flexbox spec. | 9 * on an old version of the flexbox spec. |
| 10 * Longer-term we should remove this, see crbug.com/473625 */ | 10 * Longer-term we should remove this, see crbug.com/473625 */ |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 .spritesheet-resourceicons:not(.icon-mask) { | 354 .spritesheet-resourceicons:not(.icon-mask) { |
| 355 background-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url(I
mages/resourceGlyphs_2x.png) 2x); | 355 background-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url(I
mages/resourceGlyphs_2x.png) 2x); |
| 356 background-size: 140px 20px; | 356 background-size: 140px 20px; |
| 357 } | 357 } |
| 358 | 358 |
| 359 .spritesheet-resourceicons.icon-mask { | 359 .spritesheet-resourceicons.icon-mask { |
| 360 -webkit-mask-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url
(Images/resourceGlyphs_2x.png) 2x); | 360 -webkit-mask-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url
(Images/resourceGlyphs_2x.png) 2x); |
| 361 -webkit-mask-size: 140px 20px; | 361 -webkit-mask-size: 140px 20px; |
| 362 } | 362 } |
| 363 | 363 |
| 364 .spritesheet-arrowicons { |
| 365 background-image: url(Images/popoverArrows.png); |
| 366 background-size: 19px 76px; |
| 367 } |
| 368 |
| 364 .force-white-icons [is=ui-icon].spritesheet-smallicons, [is=ui-icon].force-white
-icons.spritesheet-smallicons { | 369 .force-white-icons [is=ui-icon].spritesheet-smallicons, [is=ui-icon].force-white
-icons.spritesheet-smallicons { |
| 365 -webkit-mask-image: -webkit-image-set(url(Images/smallIcons.png) 1x, url(Ima
ges/smallIcons_2x.png) 2x); | 370 -webkit-mask-image: -webkit-image-set(url(Images/smallIcons.png) 1x, url(Ima
ges/smallIcons_2x.png) 2x); |
| 366 -webkit-mask-size: 190px 30px; | 371 -webkit-mask-size: 190px 30px; |
| 367 background-image: unset; | 372 background-image: unset; |
| 368 background-size: unset; | 373 background-size: unset; |
| 369 background: unset; | 374 background: unset; |
| 370 background-color: white; | 375 background-color: white; |
| 371 } | 376 } |
| 372 | 377 |
| 373 .force-white-icons [is=ui-icon].spritesheet-largeicons, [is=ui-icon].force-white
-icons.spritesheet-largeicons { | 378 .force-white-icons [is=ui-icon].spritesheet-largeicons, [is=ui-icon].force-white
-icons.spritesheet-largeicons { |
| 374 -webkit-mask-image: -webkit-image-set(url(Images/toolbarButtonGlyphs.png) 1x
, url(Images/toolbarButtonGlyphs_2x.png) 2x); | 379 -webkit-mask-image: -webkit-image-set(url(Images/toolbarButtonGlyphs.png) 1x
, url(Images/toolbarButtonGlyphs_2x.png) 2x); |
| 375 -webkit-mask-size: 352px 168px; | 380 -webkit-mask-size: 352px 168px; |
| 376 background-image: unset; | 381 background-image: unset; |
| 377 background-size: unset; | 382 background-size: unset; |
| 378 background: unset; | 383 background: unset; |
| 379 background-color: white; | 384 background-color: white; |
| 380 } | 385 } |
| 381 | 386 |
| 382 .force-white-icons [is=ui-icon].spritesheet-resourceicons, [is=ui-icon].force-wh
ite-icons.spritesheet-resourceicons { | 387 .force-white-icons [is=ui-icon].spritesheet-resourceicons, [is=ui-icon].force-wh
ite-icons.spritesheet-resourceicons { |
| 383 -webkit-mask-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url
(Images/resourceGlyphs_2x.png) 2x); | 388 -webkit-mask-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url
(Images/resourceGlyphs_2x.png) 2x); |
| 384 -webkit-mask-size: 140px 20px; | 389 -webkit-mask-size: 140px 20px; |
| 385 background-image: unset; | 390 background-image: unset; |
| 386 background-size: unset; | 391 background-size: unset; |
| 387 background: unset; | 392 background: unset; |
| 388 background-color: white; | 393 background-color: white; |
| 389 } | 394 } |
| OLD | NEW |