| /* |
| * Copyright 2012 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| |
| .indexed-db-data-view .data-view-toolbar { |
| position: relative; |
| background-color: var(--sys-color-cdt-base-container); |
| border-bottom: 1px solid var(--sys-color-divider); |
| } |
| |
| .indexed-db-data-view .data-grid { |
| flex: auto; |
| } |
| |
| .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) { |
| background-color: var(--sys-color-cdt-base-container); |
| } |
| |
| .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td { |
| border: 0; |
| } |
| |
| .indexed-db-data-view .data-grid .data-container tr:nth-last-child(2) td { |
| border-bottom: 1px solid var(--sys-color-divider); |
| } |
| |
| .indexed-db-data-view .data-grid:focus .data-container tr.selected { |
| background-color: var(--sys-color-tonal-container); |
| color: inherit; |
| } |
| |
| .indexed-db-data-view .section, |
| .indexed-db-data-view .section > .header, |
| .indexed-db-data-view .section > .header .title { |
| margin: 0; |
| min-height: inherit; |
| line-height: inherit; |
| } |
| |
| .indexed-db-data-view .data-grid .data-container td .section .header .title { |
| white-space: nowrap; |
| text-overflow: ellipsis; |
| overflow: hidden; |
| } |
| |
| .indexed-db-key-path { |
| color: var(--sys-color-error); |
| white-space: pre-wrap; |
| unicode-bidi: -webkit-isolate; |
| } |
| |
| .indexed-db-container { |
| overflow: auto; |
| } |
| |
| .indexed-db-header { |
| min-width: 400px; |
| flex-shrink: 0; |
| flex-grow: 0; |
| } |
| |
| .source-code.indexed-db-key-path { |
| font-size: unset !important; /* stylelint-disable-line declaration-no-important */ |
| } |
| |
| .resources-toolbar { |
| padding-right: 10px; |
| } |
| |
| .object-store-summary-bar { |
| flex: 0 0 27px; |
| line-height: 27px; |
| padding-left: 5px; |
| background-color: var(--sys-color-cdt-base-container); |
| border-top: 1px solid var(--sys-color-divider); |
| white-space: nowrap; |
| text-overflow: ellipsis; |
| overflow: hidden; |
| } |