| 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 } | 9 } |
| 10 | 10 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 .toolbar-item .toolbar-button-text { | 79 .toolbar-item .toolbar-button-text { |
| 80 font-weight: bold; | 80 font-weight: bold; |
| 81 color: rgba(0, 0, 0, 0.75); | 81 color: rgba(0, 0, 0, 0.75); |
| 82 opacity: 0.8; | 82 opacity: 0.8; |
| 83 } | 83 } |
| 84 | 84 |
| 85 .long-click-glyph { | 85 .long-click-glyph { |
| 86 background-color: rgba(0, 0, 0, 0.75); | 86 background-color: rgba(0, 0, 0, 0.75); |
| 87 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 87 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
| 88 -webkit-mask-position: -288px -48px; | 88 -webkit-mask-position: -288px -48px; |
| 89 -webkit-mask-size: 320px 144px; | 89 -webkit-mask-size: 352px 144px; |
| 90 z-index: 1; | 90 z-index: 1; |
| 91 width: 32px; | 91 width: 32px; |
| 92 height: 24px; | 92 height: 24px; |
| 93 } | 93 } |
| 94 | 94 |
| 95 .narrow .long-click-glyph { | 95 .narrow .long-click-glyph { |
| 96 top: -2px; | 96 top: -2px; |
| 97 left: -7px; | 97 left: -7px; |
| 98 } | 98 } |
| 99 | 99 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 } | 152 } |
| 153 | 153 |
| 154 .toolbar-select-container { | 154 .toolbar-select-container { |
| 155 display: inline-flex; | 155 display: inline-flex; |
| 156 flex-shrink: 0; | 156 flex-shrink: 0; |
| 157 margin-right: 6px; | 157 margin-right: 6px; |
| 158 } | 158 } |
| 159 | 159 |
| 160 .toolbar-select-arrow { | 160 .toolbar-select-arrow { |
| 161 background-image: url(Images/toolbarButtonGlyphs.png); | 161 background-image: url(Images/toolbarButtonGlyphs.png); |
| 162 background-size: 320px 144px; | 162 background-size: 352px 144px; |
| 163 opacity: 0.7; | 163 opacity: 0.7; |
| 164 width: 12px; | 164 width: 12px; |
| 165 height: 12px; | 165 height: 12px; |
| 166 background-position: -18px -96px; | 166 background-position: -18px -96px; |
| 167 display: inline-block; | 167 display: inline-block; |
| 168 pointer-events: none; | 168 pointer-events: none; |
| 169 margin: auto 0; | 169 margin: auto 0; |
| 170 } | 170 } |
| 171 | 171 |
| 172 @media (-webkit-min-device-pixel-ratio: 1.5) { | 172 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 203 } | 203 } |
| 204 | 204 |
| 205 .toolbar-item.checkbox { | 205 .toolbar-item.checkbox { |
| 206 margin: auto 6px auto 0; | 206 margin: auto 6px auto 0; |
| 207 height: auto; | 207 height: auto; |
| 208 display: flex; | 208 display: flex; |
| 209 } | 209 } |
| 210 | 210 |
| 211 .toolbar-item > .glyph { | 211 .toolbar-item > .glyph { |
| 212 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 212 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
| 213 -webkit-mask-size: 320px 144px; | 213 -webkit-mask-size: 352px 144px; |
| 214 background-color: rgba(0, 0, 0, 0.75); | 214 background-color: rgba(0, 0, 0, 0.75); |
| 215 opacity: 0.8; | 215 opacity: 0.8; |
| 216 z-index: 1; | 216 z-index: 1; |
| 217 width: 32px; | 217 width: 32px; |
| 218 height: 24px; | 218 height: 24px; |
| 219 } | 219 } |
| 220 | 220 |
| 221 | 221 |
| 222 @media (-webkit-min-device-pixel-ratio: 1.5) { | 222 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| 223 .toolbar-item > .glyph { | 223 .toolbar-item > .glyph { |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 .node-search-toolbar-item .glyph { | 292 .node-search-toolbar-item .glyph { |
| 293 -webkit-mask-position: -224px -24px; | 293 -webkit-mask-position: -224px -24px; |
| 294 } | 294 } |
| 295 | 295 |
| 296 .emulation-toolbar-item .glyph { | 296 .emulation-toolbar-item .glyph { |
| 297 -webkit-mask-position: -160px 0; | 297 -webkit-mask-position: -160px 0; |
| 298 } | 298 } |
| 299 | 299 |
| 300 .emulation-toolbar-item.warning::after { | 300 .emulation-toolbar-item.warning::after { |
| 301 background-image: url(Images/toolbarButtonGlyphs.png); | 301 background-image: url(Images/toolbarButtonGlyphs.png); |
| 302 background-size: 320px 144px; | 302 background-size: 352px 144px; |
| 303 width: 15px; | 303 width: 15px; |
| 304 height: 11px; | 304 height: 11px; |
| 305 content: ""; | 305 content: ""; |
| 306 position: relative; | 306 position: relative; |
| 307 top: 4px; | 307 top: 4px; |
| 308 background-position: -202px -107px; | 308 background-position: -202px -107px; |
| 309 z-index: 1; | 309 z-index: 1; |
| 310 } | 310 } |
| 311 | 311 |
| 312 @media (-webkit-min-device-pixel-ratio: 1.5) { | 312 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 } | 474 } |
| 475 | 475 |
| 476 .eyedropper-toolbar-item .glyph { | 476 .eyedropper-toolbar-item .glyph { |
| 477 -webkit-mask-position: -288px -120px; | 477 -webkit-mask-position: -288px -120px; |
| 478 } | 478 } |
| 479 | 479 |
| 480 .add-toolbar-item .glyph { | 480 .add-toolbar-item .glyph { |
| 481 -webkit-mask-position: -224px -120px; | 481 -webkit-mask-position: -224px -120px; |
| 482 } | 482 } |
| 483 | 483 |
| 484 .replay-toolbar-item .glyph { | 484 .pause-outline-toolbar-item .glyph { |
| 485 -webkit-mask-position: -192px -24px; | 485 -webkit-mask-position: -320px 0px; |
| 486 } |
| 487 |
| 488 .replay-outline-toolbar-item .glyph { |
| 489 -webkit-mask-position: -320px -24px; |
| 490 } |
| 491 |
| 492 .play-outline-toolbar-item .glyph { |
| 493 -webkit-mask-position: -320px -48px; |
| 486 } | 494 } |
| 487 | 495 |
| 488 .case-sensitive-search-toolbar-item.toggled-on .toolbar-button-text { | 496 .case-sensitive-search-toolbar-item.toggled-on .toolbar-button-text { |
| 489 color: rgb(94, 146, 233); | 497 color: rgb(94, 146, 233); |
| 490 } | 498 } |
| 491 | 499 |
| 492 .regex-search-toolbar-item.toggled-on { | 500 .regex-search-toolbar-item.toggled-on { |
| 493 color: rgb(66, 129, 235); | 501 color: rgb(66, 129, 235); |
| 494 } | 502 } |
| 495 | 503 |
| 496 .regex-search-toolbar-item.toggled-on .toolbar-button-text { | 504 .regex-search-toolbar-item.toggled-on .toolbar-button-text { |
| 497 color: rgb(94, 146, 233); | 505 color: rgb(94, 146, 233); |
| 498 } | 506 } |
| 499 | 507 |
| 500 .playback-rate-button.toggled-on > .toolbar-button-text { | 508 .playback-rate-button.toggled-on > .toolbar-button-text { |
| 501 color: rgb(66, 129, 235); | 509 color: rgb(66, 129, 235); |
| 502 } | 510 } |
| 503 | 511 |
| 504 button.playback-rate-button { | 512 button.playback-rate-button { |
| 505 width: auto; | 513 width: auto; |
| 506 margin-right: 10px; | 514 margin-right: 10px; |
| 507 } | 515 } |
| OLD | NEW |