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

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

Issue 347583003: DevTools: add emulation toggle button and splash screen. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 6 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 (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 } 540 }
541 541
542 button.status-bar-item.toggled-on .glyph:not(.shadow) { 542 button.status-bar-item.toggled-on .glyph:not(.shadow) {
543 background-color: rgb(66, 129, 235) !important; 543 background-color: rgb(66, 129, 235) !important;
544 } 544 }
545 545
546 button.status-bar-item:hover .glyph { 546 button.status-bar-item:hover .glyph {
547 opacity: 1; 547 opacity: 1;
548 } 548 }
549 549
550 button.status-bar-item:active .glyph {
551 opacity: 0.8;
552 }
553
550 button.status-bar-item:disabled { 554 button.status-bar-item:disabled {
551 background-position: 0 0 !important; 555 background-position: 0 0 !important;
552 } 556 }
553 557
554 button.status-bar-item:disabled .glyph { 558 button.status-bar-item:disabled .glyph {
555 opacity: 0.5 !important; 559 opacity: 0.5 !important;
556 } 560 }
557 561
558 button.status-bar-item.extension { 562 button.status-bar-item.extension {
559 background-image: none; 563 background-image: none;
(...skipping 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 } 2896 }
2893 2897
2894 select.drop-down-menu { 2898 select.drop-down-menu {
2895 border: none; 2899 border: none;
2896 -webkit-appearance: none; 2900 -webkit-appearance: none;
2897 } 2901 }
2898 2902
2899 .viewport-control-gap-element { 2903 .viewport-control-gap-element {
2900 color: transparent; 2904 color: transparent;
2901 } 2905 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698