cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / events_view.css
blob58a327ae431b83b08052b1d9def80a988aebf417
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 */
6 #events-view-filter-box {
7 background: #efefef;
8 border-bottom: 1px solid #aaa;
9 font-family: sans-serif;
10 font-size: 75%;
11 overflow: hidden;
12 padding: 5px;
13 white-space: nowrap;
16 #events-view-filter-box input {
17 width: 100%;
20 #events-view-action-box {
21 background: #efefef;
22 border-top: 1px solid gray;
23 overflow: hidden;
24 white-space: nowrap;
27 #events-view-source-list {
28 overflow-x: hidden;
29 overflow-y: auto
32 #events-view-source-list-table {
33 cursor: pointer;
36 #events-view-source-list-table thead td {
37 background: rgb(229, 236, 249);
38 font-weight: bold;
39 text-align: left;
42 #events-view-source-list-table td {
43 border-bottom: 1px solid #afafaf;
44 border-left: 1px solid #afafaf;
45 font-size: 75%;
46 padding: 3px;
47 text-overflow: ellipsis;
48 white-space: nowrap;
51 #events-view-source-list-tbody .mouseover {
52 background: rgb(244,244,255);
55 #events-view-source-list-tbody .selected {
56 background: rgb(195, 217, 255);
59 #events-view-source-list-tbody .error {
60 background: rgb(255, 245, 245);
63 #events-view-source-list-tbody .inactive {
64 background: rgb(245, 255, 245);
67 #events-view-source-list-tbody .source-connect-job {
68 color: blue;
71 #events-view-source-list-tbody .source-host-resolver-impl-job,
72 #events-view-source-list-tbody .source-host-resolver-impl-request {
73 color: rgb(32, 96, 96);
76 #events-view-source-list-tbody .source-disk-cache-entry,
77 #events-view-source-list-tbody .source-memory-cache-entry {
78 color: #707070;
81 #events-view-source-list-tbody .source-socket {
82 color: purple;
85 #events-view-source-list-tbody .source-udp-socket {
86 color: rgb(128, 48, 48);
89 #events-view-source-list-tbody .source-proxy-script-decider {
90 color: green;
93 #events-view-source-list-tbody .source-download {
94 color: rgb(112, 112, 0);
97 #events-view-source-list-tbody .source-filestream {
98 color: rgb(112, 0, 112);
101 #events-view-source-list-tbody .source-ipv6-probe-job {
102 color: rgb(235, 0, 0);
105 #events-view-source-list-tbody .source-none {
106 color: rgb(235, 0, 0);