1 /* Copyright 2015 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 -webkit-column-width: 350px;
10 -webkit-column-break-inside: avoid
;
15 color: rgb
(74, 142, 230);
25 display: inline-block
;
30 #info .section
.hidden
{
38 .section-details
.detail
,
39 .section-details .value {
43 .section-details tr:nth-child(odd) {
44 background: rgb
(239, 243, 255);
47 @-webkit-keyframes highlight1
{
49 background: rgb
(255, 255, 0);
56 @-webkit-keyframes highlight2
{
58 background: rgb
(155, 158, 166);
61 background: rgb
(239, 243, 255);
65 .section-details [highlighted] {
66 -webkit-animation-duration: 3s;
67 -webkit-animation-name: highlight1
;
68 -webkit-animation-timing-function: linear
;
71 .section-details [highlighted]:nth-child(odd) {
72 -webkit-animation-duration: 3s;
73 -webkit-animation-name: highlight2
;
74 -webkit-animation-timing-function: linear
;
77 .section-details .uninitialized {
81 #filtering-results-container {
88 .filtering-results-entry {
93 .filtering-results-entry:hover {
94 background-color: #eee;
97 .filtering-results-entry .url {
102 .filtering-results-entry .result {
106 .filtering-results-entry .reason {