Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / common / search_box.css
blob3b5ba301d86ccfc158cb24607b70f89658c86b4e
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 .search-box {
6 -webkit-user-select: none;
7 position: relative;
10 .search-box-icon {
11 -webkit-user-select: none;
12 display: inline-block;
13 height: 12px;
14 left: 8px;
15 position: absolute;
16 right: 8px;
17 top: 6px;
18 width: 12px;
21 .search-box-input {
22 text-indent: 24px;
23 width: 100%;