Home | History | Annotate | Download | only in search
      1 /* Copyright (c) 2012 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. */
      4 
      5 .search-box {
      6   -webkit-user-select: none;
      7   position: relative;
      8 }
      9 
     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;
     19 }
     20 
     21 .search-box-input {
     22   text-indent: 24px;
     23   width: 100%;
     24 }
     25