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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2776883003: DevTools: normalize medium icons (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css ('k') | no next file » | 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) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 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 :host { 7 :host {
8 flex: none; 8 flex: none;
9 padding: 0 2px; 9 padding: 0 2px;
10 } 10 }
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 225
226 .toolbar-input > input { 226 .toolbar-input > input {
227 border: none; 227 border: none;
228 flex-grow: 1; 228 flex-grow: 1;
229 } 229 }
230 230
231 .toolbar-input-clear-button { 231 .toolbar-input-clear-button {
232 opacity: 0.7; 232 opacity: 0.7;
233 flex-basis: 13px; 233 flex-basis: 13px;
234 flex-shrink: 0; 234 flex-shrink: 0;
235 height: 13px; 235 height: 16px;
236 } 236 }
237 237
238 .toolbar-input-clear-button:hover { 238 .toolbar-input-clear-button:hover {
239 opacity: 1; 239 opacity: 1;
240 } 240 }
241 241
242 .toolbar-input-empty .toolbar-input-clear-button { 242 .toolbar-input-empty .toolbar-input-clear-button {
243 display: none; 243 display: none;
244 } 244 }
245 245
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 margin-top: -1px; 277 margin-top: -1px;
278 width: 28px; 278 width: 28px;
279 left: -2px; 279 left: -2px;
280 } 280 }
281 281
282 span.toolbar-select-container.toolbar-item.warning { 282 span.toolbar-select-container.toolbar-item.warning {
283 background: #ffd7d7; 283 background: #ffd7d7;
284 padding: 0 5px 0 0; 284 padding: 0 5px 0 0;
285 margin-right: 1px; 285 margin-right: 1px;
286 } 286 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698