mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #3191 from wiz/hide-chart-vertical-grid-lines
Don't paint vertical grid lines on charts
This commit is contained in:
commit
eea0bd6635
@ -1577,6 +1577,9 @@ textfield */
|
||||
#charts .default-color1.chart-series-area-fill, #charts-dao .default-color0.chart-series-area-fill {
|
||||
-fx-fill: -bs-buy-transparent;
|
||||
}
|
||||
.chart-vertical-grid-lines {
|
||||
-fx-stroke: transparent;
|
||||
}
|
||||
|
||||
#charts .axis-label {
|
||||
-fx-font-size: 0.769em;
|
||||
|
@ -236,7 +236,7 @@
|
||||
#charts .axis, #price-chart .axis, #volume-chart .axis, #charts-dao .axis {
|
||||
-fx-tick-label-fill: rgba(255,255,255,0.7);
|
||||
}
|
||||
.chart-horizontal-grid-lines, .chart-vertical-grid-lines,
|
||||
.chart-horizontal-grid-lines,
|
||||
.chart-horizontal-zero-line, .chart-vertical-zero-line,
|
||||
.axis-tick-mark, .axis-minor-tick-mark {
|
||||
-fx-stroke: rgba(0,0,0,0.3);
|
||||
|
Loading…
Reference in New Issue
Block a user