mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 07:30:54 -04:00
style trade history bars
This commit is contained in:
parent
b6788f3317
commit
0ddd9ded2b
3 changed files with 4 additions and 2 deletions
|
@ -80,6 +80,8 @@
|
|||
-fx-padding: 5;
|
||||
-fx-background-color: -bs-volume-transparent;
|
||||
-fx-background-insets: 0;
|
||||
-fx-background-radius: 3px;
|
||||
-fx-border-radius: 3px;
|
||||
}
|
||||
|
||||
.chart-alternative-row-fill {
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
-bs-sell-focus: derive(-bs-sell, -50%);
|
||||
-bs-sell-hover: derive(-bs-sell, -10%);
|
||||
-bs-sell-transparent: rgba(216, 52, 49, 0.3);
|
||||
-bs-volume-transparent: rgba(37, 177, 54, 0.5);
|
||||
-bs-volume-transparent: rgba(84, 182, 94, 1);
|
||||
-bs-candle-stick-average-line: rgba(21, 188, 29, 0.8);
|
||||
-bs-candle-stick-loss: #ee6563;
|
||||
-bs-candle-stick-won: #15bc1d;
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
-bs-sell-focus: derive(-bs-sell, -50%);
|
||||
-bs-sell-hover: derive(-bs-sell, -10%);
|
||||
-bs-sell-transparent: rgba(215, 48, 48, 0.3);
|
||||
-bs-volume-transparent: rgba(37, 177, 53, 0.3);
|
||||
-bs-volume-transparent: rgba(84, 182, 94, 1);
|
||||
-bs-candle-stick-average-line: -bs-rd-green;
|
||||
-bs-candle-stick-loss: #fe3001;
|
||||
-bs-candle-stick-won: #20b221;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue