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

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

Issue 340723005: [DevTools] Remove unnecessary emulation checkboxes and simplify UX. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 205
206 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors { 206 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors {
207 flex: none !important; 207 flex: none !important;
208 } 208 }
209 209
210 .overrides-sensors input { 210 .overrides-sensors input {
211 text-align: right; 211 text-align: right;
212 } 212 }
213 213
214 .overrides-activate-device #tab-device, 214 .overrides-activate-device #tab-device,
215 .overrides-activate-media #tab-viewport, 215 .overrides-activate-media #tab-media,
216 .overrides-activate-network #tab-network, 216 .overrides-activate-network #tab-network,
217 .overrides-activate-sensors #tab-sensors { 217 .overrides-activate-sensors #tab-sensors {
218 opacity: 0.8; 218 opacity: 0.8;
219 } 219 }
220 220
221 .overrides-activate-device #tab-device .tabbed-pane-header-tab-title::after, 221 .overrides-activate-device #tab-device .tabbed-pane-header-tab-title::after,
222 .overrides-activate-media #tab-viewport .tabbed-pane-header-tab-title::after, 222 .overrides-activate-media #tab-media .tabbed-pane-header-tab-title::after,
223 .overrides-activate-network #tab-network .tabbed-pane-header-tab-title::after, 223 .overrides-activate-network #tab-network .tabbed-pane-header-tab-title::after,
224 .overrides-activate-sensors #tab-sensors .tabbed-pane-header-tab-title::after { 224 .overrides-activate-sensors #tab-sensors .tabbed-pane-header-tab-title::after {
225 padding-left: 3px; 225 padding-left: 3px;
226 content: "\2713"; 226 content: "\2713";
227 color: rgb(25, 100, 228); 227 color: rgb(25, 100, 228);
228 } 228 }
229 229
230 .overrides-activate-device #tab-device.selected, 230 .overrides-activate-device #tab-device.selected,
231 .overrides-activate-media #tab-viewport.selected, 231 .overrides-activate-media #tab-media.selected,
232 .overrides-activate-network #tab-network.selected, 232 .overrides-activate-network #tab-network.selected,
233 .overrides-activate-sensors #tab-sensors.selected { 233 .overrides-activate-sensors #tab-sensors.selected {
234 opacity: 1; 234 opacity: 1;
235 } 235 }
236 236
237 .overrides-view input[type=text]:enabled:focus, 237 .overrides-view input[type=text]:enabled:focus,
238 .overrides-view select:enabled:focus { 238 .overrides-view select:enabled:focus {
239 -webkit-transition: border-color 200ms; 239 -webkit-transition: border-color 200ms;
240 border-color: rgb(77, 144, 254); 240 border-color: rgb(77, 144, 254);
241 outline: none; 241 outline: none;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 283
284 @media (-webkit-min-device-pixel-ratio: 1.5) { 284 @media (-webkit-min-device-pixel-ratio: 1.5) {
285 .overrides-view .overrides-footer::before { 285 .overrides-view .overrides-footer::before {
286 background-image: url(Images/statusbarButtonGlyphs_2x.png); 286 background-image: url(Images/statusbarButtonGlyphs_2x.png);
287 } 287 }
288 } /* media */ 288 } /* media */
289 289
290 .overrides-view .overrides-footer .warning-icon-small { 290 .overrides-view .overrides-footer .warning-icon-small {
291 margin-right: 3px; 291 margin-right: 3px;
292 } 292 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/responsiveDesignView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698