mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-24 14:58:46 -04:00
add rounding to candlestick bars
This commit is contained in:
parent
0ddd9ded2b
commit
27a224e04f
1 changed files with 4 additions and 2 deletions
|
@ -62,6 +62,8 @@
|
|||
-demo-bar-fill: -bs-sell;
|
||||
-fx-background-color: -demo-bar-fill;
|
||||
-fx-background-insets: 0;
|
||||
-fx-background-radius: 2px;
|
||||
-fx-border-radius: 2px;
|
||||
}
|
||||
|
||||
.candlestick-bar.close-above-open {
|
||||
|
@ -80,8 +82,8 @@
|
|||
-fx-padding: 5;
|
||||
-fx-background-color: -bs-volume-transparent;
|
||||
-fx-background-insets: 0;
|
||||
-fx-background-radius: 3px;
|
||||
-fx-border-radius: 3px;
|
||||
-fx-background-radius: 2px;
|
||||
-fx-border-radius: 2px;
|
||||
}
|
||||
|
||||
.chart-alternative-row-fill {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue