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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css

Issue 2353033004: [DevTools] Expose left and right toolbar in TabbedPane. (Closed)
Patch Set: review comment Created 4 years, 2 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 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 .help-window-main { 7 .help-window-main {
8 color: rgb(48, 57, 66); 8 color: rgb(48, 57, 66);
9 background-color: white; 9 background-color: white;
10 padding: 11px 0 0 0; 10 padding: 11px 0 0 0;
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 173
174 .help-content input[type=checkbox] { 174 .help-content input[type=checkbox] {
175 margin: 1px 7px 1px 2px; 175 margin: 1px 7px 1px 2px;
176 } 176 }
177 177
178 .help-content option { 178 .help-content option {
179 background-color: #EEEEEE; 179 background-color: #EEEEEE;
180 color: #222; 180 color: #222;
181 } 181 }
182 182
183 .help-window-label { 183 .settings-window-title {
184 font-size: 18px; 184 font-size: 18px;
185 color: inherit; 185 color: rgb(48, 57, 66);
186 padding: 1px 0 15px 17px; 186 padding: 0 0 5px 13px;
187 flex: none;
188 } 187 }
189 188
190 .help-container-wrapper { 189 .help-container-wrapper {
191 position: absolute; 190 position: absolute;
192 top: 31px; 191 top: 31px;
193 left: 0px; 192 left: 0px;
194 right: 0; 193 right: 0;
195 bottom: 0; 194 bottom: 0;
196 overflow: auto; 195 overflow: auto;
197 padding-top: 9px; 196 padding-top: 9px;
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 display: none; 331 display: none;
333 } 332 }
334 333
335 .settings-experiment-hidden label { 334 .settings-experiment-hidden label {
336 background-color: #ddd; 335 background-color: #ddd;
337 } 336 }
338 337
339 .settings-developer-mode .settings-experiment-hidden { 338 .settings-developer-mode .settings-experiment-hidden {
340 display: block; 339 display: block;
341 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698