| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 border-radius: 2px; | 287 border-radius: 2px; |
| 288 background-color: #333; | 288 background-color: #333; |
| 289 -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5); | 289 -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5); |
| 290 } | 290 } |
| 291 | 291 |
| 292 .gray-info-message { | 292 .gray-info-message { |
| 293 text-align: center; | 293 text-align: center; |
| 294 font-style: italic; | 294 font-style: italic; |
| 295 padding: 6px; | 295 padding: 6px; |
| 296 color: #888; | 296 color: #888; |
| 297 white-space: nowrap; |
| 297 } | 298 } |
| 298 | 299 |
| 299 label[is=dt-icon-label] { | 300 label[is=dt-icon-label] { |
| 300 flex: none; | 301 flex: none; |
| 301 } | 302 } |
| 302 | 303 |
| 303 .full-widget-dimmed-banner a { | 304 .full-widget-dimmed-banner a { |
| 304 color: inherit; | 305 color: inherit; |
| 305 } | 306 } |
| 306 | 307 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 -webkit-mask-position: var(--spritesheet-position); | 385 -webkit-mask-position: var(--spritesheet-position); |
| 385 background: white !important; | 386 background: white !important; |
| 386 } | 387 } |
| 387 | 388 |
| 388 .force-white-icons [is=ui-icon].spritesheet-resourceicons, [is=ui-icon].force-wh
ite-icons.spritesheet-resourceicons { | 389 .force-white-icons [is=ui-icon].spritesheet-resourceicons, [is=ui-icon].force-wh
ite-icons.spritesheet-resourceicons { |
| 389 -webkit-mask-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url
(Images/resourceGlyphs_2x.png) 2x); | 390 -webkit-mask-image: -webkit-image-set(url(Images/resourceGlyphs.png) 1x, url
(Images/resourceGlyphs_2x.png) 2x); |
| 390 -webkit-mask-size: 140px 20px; | 391 -webkit-mask-size: 140px 20px; |
| 391 -webkit-mask-position: var(--spritesheet-position); | 392 -webkit-mask-position: var(--spritesheet-position); |
| 392 background: white !important; | 393 background: white !important; |
| 393 } | 394 } |
| OLD | NEW |