Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: Source/devtools/front_end/responsiveDesignView.css

Issue 555433002: [DevTools] Add "never show" link to emulation warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 position: relative; 8 position: relative;
9 background-color: rgb(0, 0, 0); 9 background-color: rgb(0, 0, 0);
10 overflow: hidden; 10 overflow: hidden;
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 .responsive-design-warning > span { 432 .responsive-design-warning > span {
433 flex: auto; 433 flex: auto;
434 padding-left: 3px; 434 padding-left: 3px;
435 overflow: hidden; 435 overflow: hidden;
436 } 436 }
437 437
438 .responsive-design-warning > div { 438 .responsive-design-warning > div {
439 flex: none; 439 flex: none;
440 } 440 }
441 441
442 .responsive-design-warning .disable-warning {
443 margin-right: 5px;
444 text-decoration: underline;
445 cursor: pointer;
446 }
447
442 .responsive-design-toggle-media-inspector .glyph { 448 .responsive-design-toggle-media-inspector .glyph {
443 background-color: rgb(180, 180, 180); 449 background-color: rgb(180, 180, 180);
444 -webkit-mask-position: -128px -48px; 450 -webkit-mask-position: -128px -48px;
445 } 451 }
446 452
447 .responsive-design-toolbar button.responsive-design-toggle-media-inspector.toggl ed-on .glyph:not(.shadow) { 453 .responsive-design-toolbar button.responsive-design-toggle-media-inspector.toggl ed-on .glyph:not(.shadow) {
448 background-color: rgb(105, 194, 236) !important; 454 background-color: rgb(105, 194, 236) !important;
449 } 455 }
450 456
451 /* Media query inspector */ 457 /* Media query inspector */
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 text-shadow: rgb(0, 0, 0) 1px 1px; 554 text-shadow: rgb(0, 0, 0) 1px 1px;
549 } 555 }
550 556
551 .media-inspector-label-right { 557 .media-inspector-label-right {
552 right: 2px; 558 right: 2px;
553 } 559 }
554 560
555 .media-inspector-label-left { 561 .media-inspector-label-left {
556 left: 2px; 562 left: 2px;
557 } 563 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698