cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / signin_internals / signin_index.css
blob682aeb428f8b8f04124bea35435a6a055e12af00
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 -webkit-columns: 1;
37 table.signin-details {
38 width: 100%;
41 tr:nth-child(odd) {
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 {
50 0% {
51 background: rgb(255, 255, 0);
53 100% {
54 background: rgb(255, 255, 255);
58 @-webkit-keyframes highlight2 {
59 0% {
60 background: rgb(155, 158, 166);
62 100% {
63 background: rgb(239, 243, 255);
67 tr[highlighted] {
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;