| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2014 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 :host { | 7 :host { |
| 8 flex: none; | 8 flex: none; |
| 9 padding: 0 2px; | 9 padding: 0 2px; |
| 10 } | 10 } |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 } | 424 } |
| 425 | 425 |
| 426 .histogram-toolbar-item .glyph { | 426 .histogram-toolbar-item .glyph { |
| 427 -webkit-mask-position: -160px -48px; | 427 -webkit-mask-position: -160px -48px; |
| 428 } | 428 } |
| 429 | 429 |
| 430 .flame-chart-toolbar-item .glyph { | 430 .flame-chart-toolbar-item .glyph { |
| 431 -webkit-mask-position: -192px -48px; | 431 -webkit-mask-position: -192px -48px; |
| 432 } | 432 } |
| 433 | 433 |
| 434 .filter-small-toolbar-item > .glyph { |
| 435 -webkit-mask-position: -256px -96px; |
| 436 } |
| 437 |
| 434 .filter-toolbar-item > .glyph { | 438 .filter-toolbar-item > .glyph { |
| 435 -webkit-mask-position: -32px -48px; | 439 -webkit-mask-position: -32px -48px; |
| 436 } | 440 } |
| 437 | 441 |
| 438 .filter-toolbar-item.toggled-shown .glyph { | 442 .filter-toolbar-item.toggled-shown .glyph { |
| 439 background-color: rgb(66, 129, 235) !important; | 443 background-color: rgb(66, 129, 235) !important; |
| 440 } | 444 } |
| 441 | 445 |
| 442 .filter-toolbar-item.toggled-shown { | 446 .filter-toolbar-item.toggled-shown { |
| 443 background-color: #f3f3f3; | 447 background-color: #f3f3f3; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 } | 521 } |
| 518 | 522 |
| 519 .playback-rate-button.toggled-on > .toolbar-button-text { | 523 .playback-rate-button.toggled-on > .toolbar-button-text { |
| 520 color: rgb(66, 129, 235); | 524 color: rgb(66, 129, 235); |
| 521 } | 525 } |
| 522 | 526 |
| 523 button.playback-rate-button { | 527 button.playback-rate-button { |
| 524 width: auto; | 528 width: auto; |
| 525 margin-right: 10px; | 529 margin-right: 10px; |
| 526 } | 530 } |
| OLD | NEW |