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

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

Issue 351303003: [DevTools] Switch from DIP to CSS pixels in device mode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed comments Created 6 years, 5 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
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 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
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
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 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ResponsiveDesignView.js ('k') | Source/devtools/front_end/sdk/ResourceTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698