UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.79 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2019 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.tree-outline {\n padding-left: 0;\n color: var(--color-text-secondary);\n}\n\nli.storage-group-list-item {\n padding: 10px 8px 6px;\n}\n\nli.storage-group-list-item:not(:first-child) {\n border-top: 1px solid var(--sys-color-divider);\n}\n\nli.storage-group-list-item::before {\n display: none;\n}\n\n.player-entry-row {\n height: 26px;\n min-height: 26px;\n line-height: 26px;\n}\n\n.player-entry-status-icon {\n width: 28px;\n min-width: 28px;\n height: 26px;\n border-right: 1px solid var(--sys-color-divider);\n overflow: hidden;\n}\n\n.player-entry-status-icon-centering {\n margin: auto;\n display: inherit;\n}\n\n.player-entry-frame-title {\n height: 26px;\n width: 125px;\n min-width: 125px;\n text-overflow: elipsis;\n padding: 0 10px;\n border-right: 1px solid var(--sys-color-divider);\n overflow: hidden;\n}\n\n.player-entry-player-title {\n height: 26px;\n padding-left: 10px;\n overflow: hidden;\n}\n\n.player-entry-row:nth-child(odd) {\n background: var(--sys-color-surface1);\n}\n\n.player-entry-row:hover {\n background: var(--color-background-hover-overlay);\n}\n\n.player-entry-row.selected {\n background: var(--color-primary-variant);\n color: var(--legacy-selection-fg-color);\n}\n\n.player-entry-row.selected .player-entry-status-icon-centering {\n filter: invert(100);\n}\n\n.player-entry-header {\n height: 27px;\n line-height: 27px;\n min-height: 27px;\n padding-left: 10px;\n border-bottom: 1px solid var(--sys-color-divider);\n}\n\n/*# sourceURL=playerListView.css */\n");export default styles;