style trade history bars

This commit is contained in:
woodser 2025-05-15 10:10:52 -04:00
parent b6788f3317
commit 0ddd9ded2b
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
3 changed files with 4 additions and 2 deletions

View file

@ -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 {

View file

@ -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;

View file

@ -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;