mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 03:06:14 -04:00
style market chart
This commit is contained in:
parent
9e5aa481cb
commit
fda77b764a
3 changed files with 32 additions and 9 deletions
|
@ -1950,10 +1950,12 @@ textfield */
|
||||||
|
|
||||||
#charts .default-color0.chart-series-area-line {
|
#charts .default-color0.chart-series-area-line {
|
||||||
-fx-stroke: -bs-sell;
|
-fx-stroke: -bs-sell;
|
||||||
|
-fx-stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#charts .default-color1.chart-series-area-line, #charts-dao .default-color0.chart-series-area-line {
|
#charts .default-color1.chart-series-area-line, #charts-dao .default-color0.chart-series-area-line {
|
||||||
-fx-stroke: -bs-buy;
|
-fx-stroke: -bs-buy;
|
||||||
|
-fx-stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The .chart-line-symbol rules change the color of the legend symbol */
|
/* The .chart-line-symbol rules change the color of the legend symbol */
|
||||||
|
@ -2081,13 +2083,6 @@ textfield */
|
||||||
-fx-stroke-width: 2px;
|
-fx-stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#charts .default-color0.chart-series-area-fill {
|
|
||||||
-fx-fill: -bs-sell-transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#charts .default-color1.chart-series-area-fill, #charts-dao .default-color0.chart-series-area-fill {
|
|
||||||
-fx-fill: -bs-buy-transparent;
|
|
||||||
}
|
|
||||||
.chart-vertical-grid-lines {
|
.chart-vertical-grid-lines {
|
||||||
-fx-stroke: transparent;
|
-fx-stroke: transparent;
|
||||||
}
|
}
|
||||||
|
|
|
@ -587,3 +587,17 @@
|
||||||
.table-view .placeholder {
|
.table-view .placeholder {
|
||||||
-fx-background-color: -bs-color-background-table-header;
|
-fx-background-color: -bs-color-background-table-header;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#charts .default-color0.chart-series-area-fill {
|
||||||
|
-fx-fill: linear-gradient(to bottom,
|
||||||
|
rgba(213, 63, 46, 0.45) 0%,
|
||||||
|
rgba(213, 63, 46, 0.0) 100%
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#charts .default-color1.chart-series-area-fill {
|
||||||
|
-fx-fill: linear-gradient(to bottom,
|
||||||
|
rgba(80, 181, 90, 0.45) 0%,
|
||||||
|
rgba(80, 181, 90, 0.0) 100%
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
|
@ -147,3 +147,17 @@
|
||||||
.jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field {
|
.jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field {
|
||||||
-fx-border-color: -bs-color-border-form-field;
|
-fx-border-color: -bs-color-border-form-field;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#charts .default-color0.chart-series-area-fill {
|
||||||
|
-fx-fill: linear-gradient(to bottom,
|
||||||
|
rgba(215, 48, 48, 0.45) 0%,
|
||||||
|
rgba(215, 48, 48, 0.0) 100%
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#charts .default-color1.chart-series-area-fill {
|
||||||
|
-fx-fill: linear-gradient(to bottom,
|
||||||
|
rgba(62, 163, 74, 0.45) 0%,
|
||||||
|
rgba(62, 163, 74, 0.0) 100%
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue