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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css

Issue 1945293003: DevTools: fix styles in full text search input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 2014 The Chromium Authors. All rights reserved. 2 * Copyright 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 .search-drawer-header { 7 .search-drawer-header {
8 flex: none; 8 flex: none;
9 display: flex; 9 display: flex;
10 border-bottom: 2px solid #e8e8e8; 10 border-bottom: 2px solid #e8e8e8;
11 white-space: nowrap; 11 white-space: nowrap;
12 overflow: hidden; 12 overflow: hidden;
13 } 13 }
14 14
15 .search-drawer-header input.search-config-search { 15 .search-drawer-header input.search-config-search {
16 padding: 0 28px; 16 padding: 0 28px;
17 margin: 1px 0px 0px 1px; 17 margin: 1px 0px 1px 1px;
lushnikov 2016/05/04 23:35:05 margin: 1px; wdyt?
luoe 2016/05/04 23:38:21 It's actually flush on both sides when it's 1 0 1
18 height: 28px; 18 height: 28px;
19 border-radius: 2px; 19 border-radius: 2px;
20 color: #303030; 20 color: #303030;
21 border: none; 21 border: none;
22 min-width: 95px; 22 min-width: 95px;
23 } 23 }
24 24
25 .search-drawer-header .search-icon { 25 .search-drawer-header .search-icon {
26 background-image: url(Images/toolbarButtonGlyphs.png); 26 background-image: url(Images/toolbarButtonGlyphs.png);
27 background-size: 352px 168px; 27 background-size: 352px 168px;
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 229
230 .empty-view { 230 .empty-view {
231 font-size: 24px; 231 font-size: 24px;
232 color: rgb(75%, 75%, 75%); 232 color: rgb(75%, 75%, 75%);
233 font-weight: bold; 233 font-weight: bold;
234 padding: 10px; 234 padding: 10px;
235 display: flex; 235 display: flex;
236 align-items: center; 236 align-items: center;
237 justify-content: center; 237 justify-content: center;
238 } 238 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698