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.
6 #timeline-view-selection-div {
11 #timeline-view-selection-toggle {
12 background-color: #fff;
13 background-image: url
(chrome://resources
/images
/select
.png
);
20 .timeline-view-rotateleft {
21 -webkit-transform: rotate
(90deg);
24 .timeline-view-rotateright {
25 -webkit-transform: rotate
(270deg);
28 #timeline-view-selection-div ul
{
33 #timeline-view-selection-div li
{
42 #timeline-view-open-sockets {
43 color: rgb
(170, 0, 170);
46 #timeline-view-in-use-sockets {
47 color: rgb
(255, 51, 204);
50 #timeline-view-url-requests {
54 #timeline-view-dns-requests {
55 color: rgb
(102, 187, 187);
58 #timeline-view-dns-jobs {
59 color: rgb
(150, 20, 29);
62 #timeline-view-bytes-received {
63 color: rgb
(0, 187, 0);
66 #timeline-view-bytes-sent {
70 #timeline-view-disk-cache-bytes-read {
71 color: rgb
(0, 0, 255);
74 #timeline-view-disk-cache-bytes-written {
78 /* Need the id in this rule to override the above color rules. */
79 #timeline-view-selection-div .timeline-view-hidden
{
83 #timeline-view-graph-div {
84 background-color: white
;
87 #timeline-view-graph-canvas {
89 padding: 10px 10px 2px;
92 #timeline-view-scrollbar-div {
97 #timeline-view-scrollbar-inner-div {