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

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

Issue 2434553004: DevTools: Select option background added to fix Dark theme (Closed)
Patch Set: Authors email changed to match registered account Created 4 years, 1 month 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
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 } 168 }
169 169
170 .settings-experiments-warning-subsection-message { 170 .settings-experiments-warning-subsection-message {
171 color: inherit; 171 color: inherit;
172 } 172 }
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 {
179 background-color: #EEEEEE;
180 color: #222;
181 }
182
183 .settings-window-title { 178 .settings-window-title {
184 font-size: 18px; 179 font-size: 18px;
185 color: rgb(48, 57, 66); 180 color: rgb(48, 57, 66);
186 padding: 0 0 5px 13px; 181 padding: 0 0 5px 13px;
187 } 182 }
188 183
189 .help-container-wrapper { 184 .help-container-wrapper {
190 position: absolute; 185 position: absolute;
191 top: 31px; 186 top: 31px;
192 left: 0px; 187 left: 0px;
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 display: none; 326 display: none;
332 } 327 }
333 328
334 .settings-experiment-hidden label { 329 .settings-experiment-hidden label {
335 background-color: #ddd; 330 background-color: #ddd;
336 } 331 }
337 332
338 .settings-developer-mode .settings-experiment-hidden { 333 .settings-developer-mode .settings-experiment-hidden {
339 display: block; 334 display: block;
340 } 335 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698