Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / signin_internals / signin_index.css
blobebcc78732f1e5649ec3ad773298a2f02a28443b9
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. */
5 h2 {
6 color: rgb(74, 142, 230);
7 font-size: 100%;
8 margin-bottom: 0;
11 .zero {
12 color: rgb(127, 127, 127);
15 .ok {
16 background: rgb(204, 255, 204);
19 tr.header {
20 font-weight: bold;
23 div {
24 -webkit-column-break-inside: avoid;
25 display: inline-block;
26 width: 100%;
29 div#signin-info {
30 -webkit-columns: 2;
33 div#token-info,
34 div#cookie-info {
35 -webkit-columns: 1;
38 table.signin-details {
39 width: 100%;
42 tr:nth-child(odd) {
43 background: rgb(239, 243, 255);
46 table.signin-details tr:nth-child(odd).ok {
47 background: rgb(204, 243, 204);
50 @-webkit-keyframes highlight1 {
51 0% {
52 background: rgb(255, 255, 0);
54 100% {
55 background: rgb(255, 255, 255);
59 @-webkit-keyframes highlight2 {
60 0% {
61 background: rgb(155, 158, 166);
63 100% {
64 background: rgb(239, 243, 255);
68 tr[highlighted] {
69 -webkit-animation-duration: 3s;
70 -webkit-animation-name: highlight1;
71 -webkit-animation-timing-function: linear;
74 tr[highlighted]:nth-child(odd) {
75 -webkit-animation-duration: 3s;
76 -webkit-animation-name: highlight2;
77 -webkit-animation-timing-function: linear;