BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / predictors / predictors.css
blob8ca8a199307e8989050028a2b236622bcea0759a
1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 body {
8 margin: 20px;
11 #countBanner {
12 background-color: rgb(235, 239, 250);
13 border: 1px solid rgb(187, 187, 187);
14 border-radius: 2px;
15 font-size: 100%;
16 padding: 4px;
19 table {
20 background-color: white;
23 thead tr {
24 background-color: rgb(235, 250, 239);
27 th {
28 border-color: gray;
29 border-style: solid;
30 border-width: 1px;
31 padding: 3px;
32 white-space: nowrap;
35 td {
36 border-color: lightgray;
37 border-style: solid;
38 border-width: 1px;
39 padding: 3px;
42 tbody > td:first-child {
43 white-space: nowrap;
46 #disabledMode h2 {
47 color: rgb(141, 51, 42);
48 font-size: 125%;
51 tr.action-prerender td {
52 background-color: rgb(0, 215, 0);
55 tr.action-preconnect td {
56 background-color: rgb(255, 215, 0);
59 tr.action-none td {
60 background-color: rgb(215, 215, 215);