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 color: rgb
(74, 142, 230);
12 color: rgb
(127, 127, 127);
16 background: rgb
(204, 255, 204);
24 -webkit-column-break-inside: avoid
;
25 display: inline-block
;
37 table
.signin-details
{
42 background: rgb
(239, 243, 255);
45 table
.signin-details
tr:nth-child
(odd
).ok
{
46 background: rgb
(204, 243, 204);
49 @-webkit-keyframes highlight1
{
51 background: rgb
(255, 255, 0);
54 background: rgb
(255, 255, 255);
58 @-webkit-keyframes highlight2
{
60 background: rgb
(155, 158, 166);
63 background: rgb
(239, 243, 255);
68 -webkit-animation-duration: 3s;
69 -webkit-animation-name: highlight1
;
70 -webkit-animation-timing-function: linear
;
73 tr
[highlighted
]:nth-child
(odd
) {
74 -webkit-animation-duration: 3s;
75 -webkit-animation-name: highlight2
;
76 -webkit-animation-timing-function: linear
;