1 /* Copyright (c) 2013 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 background-color: rgb
(235, 239, 249);
7 border-top: 1px solid rgb
(156, 194, 239);
21 color: rgb
(85, 102, 221);
22 display: inline-block
;
27 text-decoration: none
;
28 text-overflow: ellipsis
;
40 .indexeddb-database > div {
44 .indexeddb-connection-count {
47 .indexeddb-connection-count.pending {
51 .indexeddb-transaction-list {
53 border-collapse: collapse
;
56 .indexeddb-transaction-list th
,
57 .indexeddb-transaction-list td {
63 td
.indexeddb-transaction-scope
{
68 .indexeddb-transaction-list th {
69 background-color: rgb
(249, 249, 249);
70 border: 1px solid rgb
(156, 194, 239);
75 .indexeddb-transaction {
76 background-color: rgb
(235, 239, 249);
77 border-bottom: 2px solid white
;
80 .indexeddb-transaction.created {
83 .indexeddb-transaction.started {
86 .indexeddb-transaction.running {
89 .indexeddb-transaction.committing {
92 .indexeddb-transaction.blocked {
95 .indexeddb-transaction.started .indexeddb-transaction-state {
96 background-color: rgb
(249, 249, 235);
98 .indexeddb-transaction.running .indexeddb-transaction-state {
99 background-color: rgb
(235, 249, 235);
101 .indexeddb-transaction.committing .indexeddb-transaction-state {
102 background-color: rgb
(235, 235, 249);
104 .indexeddb-transaction.blocked .indexeddb-transaction-state {
105 background-color: rgb
(249, 235, 235);
109 -webkit-margin-end: 16px;