chart background is transparent

This commit is contained in:
woodser 2025-05-14 11:03:48 -04:00
parent f9b88a6e97
commit 5f119fa2f0
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 2 additions and 7 deletions

View file

@ -1975,8 +1975,8 @@ textfield */
-fx-text-alignment: center;
}
#charts .chart-plot-background, #charts-dao .chart-plot-background {
-fx-background-color: -bs-background-color;
.chart-pane, .chart-plot-background, #charts .chart-plot-background {
-fx-background-color: transparent;
}
#charts .default-color0.chart-area-symbol {

View file

@ -271,11 +271,6 @@
-fx-text-fill: -fx-dark-text-color;
}
.chart-pane, .chart-plot-background,
#charts .chart-plot-background,
#charts-dao .chart-plot-background {
-fx-background-color: transparent;
}
.axis:top, .axis:right, .axis:bottom, .axis:left {
-fx-border-color: transparent transparent transparent transparent;
}