cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / omnibox / omnibox.css
blob172f8de659e4d9f1a180a65a243120447035bbf4
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. */
5 .autocomplete-results-table {
6 margin-bottom: 1.5em;
9 .autocomplete-results-table th {
10 background-color: #C0C0C0;
13 .autocomplete-results-table td {
14 background-color: #F0F0F0;
17 .group-separator {
18 display: block;
19 text-decoration: underline;
22 .check-mark {
23 color: green;
24 text-align: center;
27 .x-mark {
28 color: red;
29 text-align: center;
32 p {
33 margin: 0;
36 .input-section {
37 margin-bottom: 1em;
40 .table-header {
41 white-space: nowrap;
44 .additional-info-property,
45 .additional-info-value {
46 white-space: nowrap;