cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / suggestions_internals / suggestions_internals.css
blob1996edcdf7a668a3fc8d425f39890c933cdf3e9f
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 .suggestions-debug-table {
6 border: 1px solid grey;
7 margin-bottom: 1.5em;
10 .suggestions-debug-table th {
11 border: 1px solid grey;
14 .suggestions-debug-table td {
15 border: 1px solid grey;
18 p {
19 margin: 0;
22 .input-section {
23 margin-bottom: 1em;
26 .boolean-property-true {
27 background-color: rgb(146, 205, 0);
30 .boolean-property-false {
31 background-color: rgb(205, 74, 0);
34 .boolean-property-true,
35 .boolean-property-false {
36 text-align: center;