de.gsi.chart.financial.chart-dark.css Maven / Gradle / Ivy
.axis-label {
-fx-fill: #c2c2c2ff;
-fx-axis-label-alignment: center;
}
.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 4 1 8;
}
.value-watch-indicator-line {
-fx-stroke-width: 1;
-fx-stroke: #a8a8a8;
-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: #3bdacd;
}
.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;
}