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

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

Issue 317153002: [DevTools] Move user agent override to responsive design toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mac style 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 } 85 }
86 86
87 .hidden { 87 .hidden {
88 display: none !important; 88 display: none !important;
89 } 89 }
90 90
91 .white-background { 91 .white-background {
92 background-color: white; 92 background-color: white;
93 } 93 }
94 94
95 .overflow-hidden {
96 overflow: hidden;
97 }
98
95 .nowrap, 99 .nowrap,
96 .nowrap-below, 100 .nowrap-below,
97 .nowrap-below div, 101 .nowrap-below div,
98 .nowrap-below span { 102 .nowrap-below span {
99 white-space: nowrap !important; 103 white-space: nowrap !important;
100 } 104 }
101 105
102 .toolbar-background { 106 .toolbar-background {
103 background-image: linear-gradient(to bottom, rgb(191, 191, 191), rgb(151, 15 1, 151)); 107 background-image: linear-gradient(to bottom, rgb(191, 191, 191), rgb(151, 15 1, 151));
104 padding-left: 1px; 108 padding-left: 1px;
(...skipping 2782 matching lines...) Expand 10 before | Expand all | Expand 10 after
2887 } 2891 }
2888 2892
2889 select.drop-down-menu { 2893 select.drop-down-menu {
2890 border: none; 2894 border: none;
2891 -webkit-appearance: none; 2895 -webkit-appearance: none;
2892 } 2896 }
2893 2897
2894 .viewport-control-gap-element { 2898 .viewport-control-gap-element {
2895 color: transparent; 2899 color: transparent;
2896 } 2900 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/OverridesView.js ('k') | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698