de.gsi.chart.financial.chart.css Maven / Gradle / Ivy
.value-watch-indicator-label {
-fx-background-color: transparent;
-fx-border-color: transparent;
-fx-border-radius: 0;
-fx-font-size: 11;
-fx-font-weight: bold;
-fx-text-fill: white;
-fx-text-alignment: center;
-fx-padding: 2.5 4 1 8;
}
.value-watch-indicator-line {
-fx-stroke-width: 1;
-fx-stroke: black;
-fx-stroke-dash-array: 8;
}
.value-watch-indicator-marker {
-fx-stroke-width: 0.5;
-fx-stroke: black;
-fx-fill: #ce0614;
}
.price-value-watch-indicator-marker {
-fx-stroke-width: 0.5;
-fx-stroke: black;
-fx-fill: #78015b;
}
.range-indicator-label {
-fx-background-color: transparent;
-fx-border-color: transparent;
-fx-border-radius: 0;
-fx-font-size: 12;
-fx-font-weight: bold;
-fx-text-fill: white;
-fx-text-alignment: center;
-fx-padding: 1 2 1 2;
}
.range-indicator-rect {
-fx-stroke: transparent;
-fx-fill: #9c1d1d70;
}