All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.coverage.coverageListView.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
.data-grid {
  border: none;
}

.data-grid td .url-outer {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
}

.data-grid td .url-outer .filter-highlight {
  font-weight: bold;
}

.data-grid td .url-prefix {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.data-grid td .url-suffix {
  flex: none;
}

.data-grid td .bar {
  display: inline-block;
  height: 8px;
  border: 1px solid transparent;
}

.data-grid .selected td .bar {
  border-top: 1px white solid;
  border-bottom: 1px white solid;
}

.data-grid .selected td .bar:last-child {
  border-right: 1px white solid;
}

.data-grid .selected td .bar:first-child {
  border-left: 1px white solid;
}

.data-grid td .bar-container {
}

.data-grid td .bar-unused-size {
  background-color: #EE442F;
}

.data-grid td .bar-used-size {
  background-color: #63ACBE;
}

.data-grid td .percent-value {
  color: #888;
  width: 45px;
  display: inline-block;
}

.data-grid:focus tr.selected span.percent-value {
  color: #eee;
}

@media (forced-colors: active) {
  .data-grid td .bar-container {
    forced-color-adjust: none;
  }
  .data-grid td .bar-unused-size {
    background-color: ButtonText;
  }
  .data-grid td .bar-used-size {
    background-color: ButtonFace;
  }
  .data-grid .selected td .bar {
    border-top-color: HighlightText;
    border-bottom-color: HighlightText;
  }
  .data-grid .selected td .bar:last-child {
    border-right-color: HighlightText;
  }
  .data-grid .selected td .bar:first-child {
    border-left-color: HighlightText;
  }
  .data-grid td .bar {
    border-color: ButtonText;
  }
  .data-grid:focus tr.selected span.percent-value {
    color: HighlightText;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy