mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00
chart background is transparent
This commit is contained in:
parent
f9b88a6e97
commit
5f119fa2f0
2 changed files with 2 additions and 7 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue