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

and.jitwatch-ui.1.1.5.source-code.style.css Maven / Gradle / Ivy

.root {
  -fx-font: 12px Arial;
}

.mnemonic-underline {
  -fx-stroke: -fx-text-base-color;
}

.eliminated-allocation .text {
  -fx-strikethrough: true;
}

.tooltip .text {
  -fx-strikethrough: false;
  -fx-font-family: monospace;
  -fx-font-size: 12px;
}

Button {
  -fx-font: 12px Arial;
  -fx-base: #eeeeff;
  -fx-padding: 3 4 4 3;
}

.chart-title {
  -fx-text-fill: blue;
  -fx-font-size: 16px;
}

.readonly-label {
-fx-border-color: black;
-fx-border-width: 1px;
text-align: left;
-fx-background-color: white;
-fx-padding:4px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy