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 {
56 .indexeddb-transaction-list {
58 border-collapse: collapse
;
61 .indexeddb-transaction-list th
,
62 .indexeddb-transaction-list td {
68 td
.indexeddb-transaction-scope
{
73 .indexeddb-transaction-list th {
74 background-color: rgb
(249, 249, 249);
75 border: 1px solid rgb
(156, 194, 239);
80 .indexeddb-transaction {
81 background-color: rgb
(235, 239, 249);
82 border-bottom: 2px solid white
;
85 .indexeddb-transaction.created {
88 .indexeddb-transaction.started {
91 .indexeddb-transaction.running {
94 .indexeddb-transaction.committing {
97 .indexeddb-transaction.blocked {
100 .indexeddb-transaction.started .indexeddb-transaction-state {
101 background-color: rgb
(249, 249, 235);
103 .indexeddb-transaction.running .indexeddb-transaction-state {
104 background-color: rgb
(235, 249, 235);
106 .indexeddb-transaction.committing .indexeddb-transaction-state {
107 background-color: rgb
(235, 235, 249);
109 .indexeddb-transaction.blocked .indexeddb-transaction-state {
110 background-color: rgb
(249, 235, 235);
114 -webkit-margin-end: 16px;