Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/devtools/client/jsonview/css/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 616 B image not shown  

Quellverzeichnis  search-box.css   Sprache: unbekannt

 
Columbo aufrufen.css Unknown {[0] [0] [0]}Datei anzeigen

/* 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/. */

/******************************************************************************/
/* Search Box */

.devtools-searchbox {
  background-color: var(--theme-body-background);
}

.devtools-filterinput {
  margin-inline-start: auto; /* Align to the right */
}

/* JSONView doesn't load dark-theme.css */
.theme-dark .devtools-filterinput {
  background-color: rgba(2429321);
  color: rgba(1842002171);
}

[Original von:0.83Diese Quellcodebibliothek enthält Beispiele in vielen Programmiersprachen. Man kann per Verzeichnistruktur darin navigieren. Der Code wird farblich markiert angezeigt.]