| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2014 The Chromium Authors. All rights reserved. | 2 * Copyright 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 .responsive-design { | 7 .responsive-design { |
| 8 overflow: hidden; | 8 overflow: hidden; |
| 9 position: relative; | 9 position: relative; |
| 10 } | 10 } |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 .responsive-design-warning > div { | 369 .responsive-design-warning > div { |
| 370 flex: none; | 370 flex: none; |
| 371 } | 371 } |
| 372 | 372 |
| 373 .responsive-design-ruler-glasspane { | 373 .responsive-design-ruler-glasspane { |
| 374 position: absolute; | 374 position: absolute; |
| 375 left: 0px; | 375 left: 0px; |
| 376 right: 0px; | 376 right: 0px; |
| 377 top: 0px; | 377 top: 0px; |
| 378 background-color: transparent; | 378 background-color: transparent; |
| 379 overflow: hidden; |
| 379 } | 380 } |
| 380 | 381 |
| 381 .responsive-design-toggle-media-inspector .glyph { | 382 .responsive-design-toggle-media-inspector .glyph { |
| 382 background-color: rgb(180, 180, 180); | 383 background-color: rgb(180, 180, 180); |
| 383 -webkit-mask-position: -128px -48px; | 384 -webkit-mask-position: -128px -48px; |
| 384 } | 385 } |
| 385 | 386 |
| 386 .responsive-design-toolbar button.responsive-design-toggle-media-inspector.toggl
ed-on .glyph:not(.shadow) { | 387 .responsive-design-toolbar button.responsive-design-toggle-media-inspector.toggl
ed-on .glyph:not(.shadow) { |
| 387 background-color: rgb(105, 194, 236) !important; | 388 background-color: rgb(105, 194, 236) !important; |
| 388 } | 389 } |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 | 532 |
| 532 @-webkit-keyframes media-inspector-animation-highlight-1 { | 533 @-webkit-keyframes media-inspector-animation-highlight-1 { |
| 533 from { -webkit-filter: brightness(135%); } | 534 from { -webkit-filter: brightness(135%); } |
| 534 to { -webkit-filter: brightness(100%); } | 535 to { -webkit-filter: brightness(100%); } |
| 535 } | 536 } |
| 536 | 537 |
| 537 @-webkit-keyframes media-inspector-animation-highlight-2 { | 538 @-webkit-keyframes media-inspector-animation-highlight-2 { |
| 538 from { -webkit-filter: brightness(135%); } | 539 from { -webkit-filter: brightness(135%); } |
| 539 to { -webkit-filter: brightness(100%); } | 540 to { -webkit-filter: brightness(100%); } |
| 540 } | 541 } |
| OLD | NEW |