mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add monero orange color code for tx confidence indicator
This commit is contained in:
parent
023eb97f04
commit
7cc021d7d6
@ -856,6 +856,12 @@ textfield */
|
||||
-fx-max-height: 20;
|
||||
}
|
||||
|
||||
#xmr-confidence {
|
||||
-fx-progress-color: -xmr-orange;
|
||||
-fx-max-width: 20;
|
||||
-fx-max-height: 20;
|
||||
}
|
||||
|
||||
.hyperlink,
|
||||
.hyperlink.force-underline .text,
|
||||
.hyperlink:hover,
|
||||
|
@ -106,6 +106,9 @@
|
||||
/* dao chart colors */
|
||||
-bs-chart-dao-line1: -bs-color-green-3;
|
||||
-bs-chart-dao-line2: -bs-color-blue-5;
|
||||
|
||||
/* Monero orange color code */
|
||||
-xmr-orange: #F26822;
|
||||
}
|
||||
|
||||
.warning-box {
|
||||
|
Loading…
Reference in New Issue
Block a user