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

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

Issue 306803004: DevTools: hide emulation bits that are available in responsive design toolbar from the drawer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 .overrides-view .tabbed-pane-header-tab { 60 .overrides-view .tabbed-pane-header-tab {
61 background-color: transparent; 61 background-color: transparent;
62 border: none transparent; 62 border: none transparent;
63 font-weight: normal; 63 font-weight: normal;
64 text-shadow: none; 64 text-shadow: none;
65 color: #777; 65 color: #777;
66 height: 22px; 66 height: 22px;
67 padding-left: 0; 67 padding-left: 0;
68 padding-left: 10px; 68 padding-left: 10px;
69 border-left: 4px solid transparent; 69 border-left: 6px solid transparent;
70 } 70 }
71 71
72 .overrides-view .tabbed-pane-header-tab:not(.selected) { 72 .overrides-view .tabbed-pane-header-tab:not(.selected) {
73 cursor: pointer !important; 73 cursor: pointer !important;
74 } 74 }
75 75
76 .overrides-view .tabbed-pane-header-tab.selected { 76 .overrides-view .tabbed-pane-header-tab.selected {
77 color: inherit; 77 color: inherit;
78 border: none transparent; 78 border: none transparent;
79 border-left: 4px solid #666; 79 border-left: 6px solid #666;
80 } 80 }
81 81
82 .overrides-view fieldset { 82 .overrides-view fieldset {
83 border: none; 83 border: none;
84 padding: 0 0 5px 15px; 84 padding: 0 0 5px 15px;
85 } 85 }
86 86
87 .overrides-view fieldset p { 87 .overrides-view fieldset p {
88 display: inline-block; 88 display: inline-block;
89 padding: 0; 89 padding: 0;
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 251
252 @media (-webkit-min-device-pixel-ratio: 1.5) { 252 @media (-webkit-min-device-pixel-ratio: 1.5) {
253 .overrides-view .overrides-footer::before { 253 .overrides-view .overrides-footer::before {
254 background-image: url(Images/statusbarButtonGlyphs_2x.png); 254 background-image: url(Images/statusbarButtonGlyphs_2x.png);
255 } 255 }
256 } /* media */ 256 } /* media */
257 257
258 .overrides-view .overrides-footer .warning-icon-small { 258 .overrides-view .overrides-footer .warning-icon-small {
259 margin-right: 3px; 259 margin-right: 3px;
260 } 260 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698