Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/tools/tryselect/selectors/chooser/static/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  style.css   Sprache: unbekannt

 
Spracherkennung für: .css vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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

body {
  padding-top: 70px;
}

/* Tabs */

#tabbar .nav-link {
  color: #009570;
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#tabbar .nav-link.active {
  color: #212529;
}

#tabbar .nav-link:hover {
  color: #0f5a3a;
}

/* Sections */

.tab-content button {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.filter-label {
  display: block;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  user-select: none;
  vertical-align: middle;
}

.filter-label span {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
}

.filter-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.filter-label input[type="text"] {
  width: 50px;
}

.filter-label:hover {
  background-color: #91a0b0;
}

.filter-label.is-checked:hover {
  background-color: #91a0b0;
}

.filter-label.is-checked {
  background-color: #404c59;
  color: white;
}

/* Preview pane */

#preview {
  position: fixed;
  top: 70px;
  bottom: 0;
  margin-left: 66%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#submit-tasks {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

#exclude-filter {
  margin-bottom: 5px;
  padding: 6px 10px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

#selection-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

#artifact-option {
  margin-right: 0;
}

#large-push-warning {
  margin-bottom: 5px;
  font-size: 13px;
}

#buttons {
  display: flex;
  justify-content: space-between;
}

#push {
  background-color: #00e9b7;
  margin-left: 5px;
  width: 100%;
}

#selection {
  flex: 1;
  width: 100%;
  min-height: 0;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  font-family: monospace;
  font-size: 13px;
}

.selection-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 6px;
  border-bottom: 1px solid #eee;
}

.selection-item:last-child {
  border-bottom: none;
}

.selection-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-remove {
  flex-shrink: 0;
  margin-left: 6px;
  padding: 0 6px;
  background: transparent;
  border: none;
  color: #888;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.selection-remove:hover {
  color: #d9534f;
}

.selection-remove:focus-visible {
  outline: 2px solid #0f5a3a;
  outline-offset: 1px;
}

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-26]