/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* CSS Variables specific to the font editor that aren't defined by the themes */ :root { --highlight-color: var(--blue-55); --input-background-color: white; --input-border-color: var(--grey-30); --preview-input-background: var(--theme-toolbar-background); --slider-thumb-color: var(--grey-50); --slider-track-color: var(--grey-30); } :root.theme-dark { --input-background-color: var(--grey-70); --input-border-color: var(--grey-70); --preview-input-background: #222225; --slider-thumb-color: var(--grey-40); --slider-track-color: var(--grey-60); } #sidebar-panel-fontinspector { margin: 0; display: flex; flex-direction: column; width: 100%; height: 100%; overflow: auto; } #font-container, #font-editor { min-width: var(--min-container-width); } #font-container { flex: auto; } #font-editor { padding-bottom: .5em; } #font-editor summary { user-select: none; cursor: pointer; margin-bottom: .4em; width: -moz-fit-content; } #font-editor details { padding-bottom: .5em; } #font-editor details .label-open, #font-editor details .label-close { display: none; } #font-editor details[open] .label-close, #font-editor details:not([open]) .label-open { display: inline-block; } #font-editor .devtools-sidepanel-no-result { padding-bottom: 0; } .fonts-list { padding: 0; margin: 0; list-style: none; /* This is the main grid on the