2 * Copyright (C) 2012 Google Inc. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above
11 * copyright notice, this list of conditions and the following disclaimer
12 * in the documentation and/or other materials provided with the
14 * * Neither the name of Google Inc. nor the names of its
15 * contributors may be used to endorse or promote products derived from
16 * this software without specific prior written permission.
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 .indexed-db-database-view {
32 -webkit-user-select: text
;
36 .indexed-db-database-view .outline-disclosure {
40 .indexed-db-database-view .outline-disclosure li {
44 .indexed-db-database-view .outline-disclosure .attribute-name {
45 color: rgb
(33%, 33%, 33%);
46 display: inline-block
;
52 .indexed-db-database-view .outline-disclosure .attribute-value {
57 .indexed-db-data-view .data-view-toolbar {
59 background-color: #eee;
60 border-bottom: 1px solid
#ccc;
63 .indexed-db-data-view .data-view-toolbar .key-input {
69 .indexed-db-data-view .data-grid {
73 .indexed-db-data-view .data-grid .data-container tr:nth-child(even) {
74 background-color: white
;
77 .indexed-db-data-view .data-grid .data-container tr:nth-child(odd) {
78 background-color: #EAF3FF;
81 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
82 background-color: white
;
85 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td {
89 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(2) td {
90 border-bottom: 1px solid
#aaa;
93 .indexed-db-data-view
.section
,
94 .indexed-db-data-view
.section
> .header
,
95 .indexed-db-data-view .section > .header .title {
101 .indexed-db-data-view .primitive-value {
105 .indexed-db-data-view .data-grid .data-container td .section .header .title {
107 text-overflow: ellipsis
;
111 .indexed-db-key-path {
112 color: rgb
(196, 26, 22);
113 white-space: pre-wrap
;
114 unicode-bidi: -webkit-isolate
;