Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / resources / indexedDBViews.css
blob9278e67fad832b2c0c741668e41bf3609b484b76
1 /*
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
6 * met:
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
13 * distribution.
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;
33 margin-top: 5px;
36 .indexed-db-database-view .outline-disclosure {
37 padding-left: 0;
40 .indexed-db-database-view .outline-disclosure li {
41 white-space: nowrap;
44 .indexed-db-database-view .outline-disclosure .attribute-name {
45 color: rgb(33%, 33%, 33%);
46 display: inline-block;
47 margin-right: 0.5em;
48 font-weight: bold;
49 vertical-align: top;
52 .indexed-db-database-view .outline-disclosure .attribute-value {
53 display: inline;
54 margin-top: 1px;
57 .indexed-db-data-view .data-view-toolbar {
58 position: relative;
59 background-color: #eee;
60 border-bottom: 1px solid #ccc;
63 .indexed-db-data-view .data-view-toolbar .key-input {
64 font-size: 11px;
65 margin: auto 0;
66 width: 200px;
69 .indexed-db-data-view .data-grid {
70 flex: auto;
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 {
86 border: 0;
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 {
96 margin: 0;
97 min-height: inherit;
98 line-height: inherit;
101 .indexed-db-data-view .primitive-value {
102 padding-top: 1px;
105 .indexed-db-data-view .data-grid .data-container td .section .header .title {
106 white-space: nowrap;
107 text-overflow: ellipsis;
108 overflow: hidden;
111 .indexed-db-key-path {
112 color: rgb(196, 26, 22);
113 white-space: pre-wrap;
114 unicode-bidi: -webkit-isolate;