mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Add monero orange color code for tx confidence indicator
This commit is contained in:
parent
023eb97f04
commit
7cc021d7d6
2 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue